System\Windows\ReverseInheritProperty.cs (8)
38internal abstract void FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, bool oldValue);
112UIElement3D uie3D;
170UIElement3D uie3D;
239private static bool BlockReverseInheritance(UIElement uie, ContentElement ce, UIElement3D uie3D)
259private static void SetFlag(UIElement uie, ContentElement ce, UIElement3D uie3D, CoreFlags flag, bool value)
277private static bool IsFlagSet(UIElement uie, ContentElement ce, UIElement3D uie3D, CoreFlags flag)
297private static void CastElement(DependencyObject o, out UIElement uie, out ContentElement ce, out UIElement3D uie3D)
301uie3D = (uie != null || ce != null) ? null : o as UIElement3D;