System\Windows\ReverseInheritProperty.cs (8)
33internal abstract void FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, bool oldValue);
107UIElement3D uie3D;
165UIElement3D uie3D;
234private static bool BlockReverseInheritance(UIElement uie, ContentElement ce, UIElement3D uie3D)
254private static void SetFlag(UIElement uie, ContentElement ce, UIElement3D uie3D, CoreFlags flag, bool value)
272private static bool IsFlagSet(UIElement uie, ContentElement ce, UIElement3D uie3D, CoreFlags flag)
292private static void CastElement(DependencyObject o, out UIElement uie, out ContentElement ce, out UIElement3D uie3D)
296uie3D = (uie != null || ce != null) ? null : o as UIElement3D;