8 references to IsSelfInheritanceParent
WindowsBase (8)
Base\System\Windows\DependencyObject.cs (8)
1530else if (!IsSelfInheritanceParent) 2971Debug.Assert(!IsSelfInheritanceParent, "If the IsSelfInheritanceParent is set then the InheritanceParent should have been ----d."); 2982if (IsSelfInheritanceParent) 3038if (!this.IsSelfInheritanceParent) 3042if (!parent.IsSelfInheritanceParent) 3065Debug.Assert(inheritanceParent.IsSelfInheritanceParent, "An inheritanceParent should always be one that has all the inheritable properties cached on self"); 3266!IsSelfInheritanceParent) 3354!IsSelfInheritanceParent)