System\Windows\ReverseInheritProperty.cs (8)
32internal abstract void FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, bool oldValue);
106UIElement3D uie3D;
164UIElement3D uie3D;
233private static bool BlockReverseInheritance(UIElement uie, ContentElement ce, UIElement3D uie3D)
253private static void SetFlag(UIElement uie, ContentElement ce, UIElement3D uie3D, CoreFlags flag, bool value)
271private static bool IsFlagSet(UIElement uie, ContentElement ce, UIElement3D uie3D, CoreFlags flag)
291private static void CastElement(DependencyObject o, out UIElement uie, out ContentElement ce, out UIElement3D uie3D)
295uie3D = (uie != null || ce != null) ? null : o as UIElement3D;