I need to get other objects (really a dictionary of object references) into my CustomPropertyEditor. I've tried to go up the VisualTree to get retrieve my object dictionary in my custom property editor to no avail. (It's available in my PropertyGrid container.) But it doesn't appear a CustomPropertyEditor is in the visual tree (VisualTreeHelper.GetParent returns null and I've tried it from the Loaded event).
I don't really want to setup the reference in each of my IDataAccessors. So how would I do this?
Thanks,
jeff
I don't really want to setup the reference in each of my IDataAccessors. So how would I do this?
Thanks,
jeff