Core\CSharp\System\Windows\ReverseInheritProperty.cs (8)
34internal abstract void FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, bool oldValue);
108UIElement3D uie3D;
166UIElement3D uie3D;
235private static bool BlockReverseInheritance(UIElement uie, ContentElement ce, UIElement3D uie3D)
255private static void SetFlag(UIElement uie, ContentElement ce, UIElement3D uie3D, CoreFlags flag, bool value)
273private static bool IsFlagSet(UIElement uie, ContentElement ce, UIElement3D uie3D, CoreFlags flag)
293private static void CastElement(DependencyObject o, out UIElement uie, out ContentElement ce, out UIElement3D uie3D)
297uie3D = (uie != null || ce != null) ? null : o as UIElement3D;