2 references to OnInheritanceContextChanged
WindowsBase (2)
Base\MS\Internal\InheritanceContextChangedEventManager.cs (2)
119
typedSource.InheritanceContextChanged += new EventHandler(
OnInheritanceContextChanged
);
128
typedSource.InheritanceContextChanged -= new EventHandler(
OnInheritanceContextChanged
);