22 references to Default
PresentationFramework (22)
MS\Internal\Data\ObjectRef.cs (1)
239if (cc != null && cc.Content == fo.DO && cc.InheritanceBehavior == InheritanceBehavior.Default)
MS\Internal\FrameworkObject.cs (3)
552return InheritanceBehavior.Default; 831InheritanceBehavior inheritanceBehavior = force ? InheritanceBehavior.Default : this.InheritanceBehavior; 832if (inheritanceBehavior != InheritanceBehavior.Default)
System\Windows\Controls\Page.cs (1)
782if ((feParent != null) && (feParent.InheritanceBehavior == InheritanceBehavior.Default))
System\Windows\FrameworkContentElement.cs (1)
781if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
System\Windows\FrameworkElement.cs (5)
1041InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 1072(inheritanceBehavior == InheritanceBehavior.Default || 1177inheritanceBehavior = InheritanceBehavior.Default; 1968InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 2151if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
System\Windows\Generated\FrameworkContentElement.cs (1)
490InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default;
System\Windows\Generated\FrameworkElement.cs (1)
506InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default;
System\Windows\TreeWalkHelper.cs (9)
961InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default; 1091return (inheritanceBehavior == InheritanceBehavior.Default || isForceInheritedProperty); 1100if (inheritanceBehavior == InheritanceBehavior.Default || IsForceInheritedProperty(info.Property)) 1120inheritanceBehavior = InheritanceBehavior.Default; 1138if (fo.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1172inheritanceBehavior = InheritanceBehavior.Default; 1180if (fe.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1203inheritanceBehavior = InheritanceBehavior.Default; 1211if (fce.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)