22 references to Default
PresentationFramework (22)
MS\Internal\Data\ObjectRef.cs (1)
233if (cc != null && cc.Content == fo.DO && cc.InheritanceBehavior == InheritanceBehavior.Default)
MS\Internal\FrameworkObject.cs (3)
549return InheritanceBehavior.Default; 828InheritanceBehavior inheritanceBehavior = force ? InheritanceBehavior.Default : this.InheritanceBehavior; 829if (inheritanceBehavior != InheritanceBehavior.Default)
System\Windows\Controls\Page.cs (1)
759if ((feParent != null) && (feParent.InheritanceBehavior == InheritanceBehavior.Default))
System\Windows\FrameworkContentElement.cs (1)
759if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
System\Windows\FrameworkElement.cs (5)
1027InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 1058(inheritanceBehavior == InheritanceBehavior.Default || 1163inheritanceBehavior = InheritanceBehavior.Default; 1954InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 2139if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
System\Windows\Generated\FrameworkContentElement.cs (1)
481InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default;
System\Windows\Generated\FrameworkElement.cs (1)
497InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default;
System\Windows\TreeWalkHelper.cs (9)
965InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default; 1095return (inheritanceBehavior == InheritanceBehavior.Default || isForceInheritedProperty); 1104if (inheritanceBehavior == InheritanceBehavior.Default || IsForceInheritedProperty(info.Property)) 1124inheritanceBehavior = InheritanceBehavior.Default; 1142if (fo.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1176inheritanceBehavior = InheritanceBehavior.Default; 1184if (fe.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1207inheritanceBehavior = InheritanceBehavior.Default; 1215if (fce.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)