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)
1048InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 1079(inheritanceBehavior == InheritanceBehavior.Default || 1184inheritanceBehavior = InheritanceBehavior.Default; 1975InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 2158if ((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)
972InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default; 1102return (inheritanceBehavior == InheritanceBehavior.Default || isForceInheritedProperty); 1111if (inheritanceBehavior == InheritanceBehavior.Default || IsForceInheritedProperty(info.Property)) 1131inheritanceBehavior = InheritanceBehavior.Default; 1149if (fo.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1183inheritanceBehavior = InheritanceBehavior.Default; 1191if (fe.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1214inheritanceBehavior = InheritanceBehavior.Default; 1222if (fce.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)