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