22 references to Default
PresentationFramework (22)
MS\Internal\Data\ObjectRef.cs (1)
232if (cc != null && cc.Content == fo.DO && cc.InheritanceBehavior == InheritanceBehavior.Default)
MS\Internal\FrameworkObject.cs (3)
548return InheritanceBehavior.Default; 827InheritanceBehavior inheritanceBehavior = force ? InheritanceBehavior.Default : this.InheritanceBehavior; 828if (inheritanceBehavior != InheritanceBehavior.Default)
System\Windows\Controls\Page.cs (1)
758if ((feParent != null) && (feParent.InheritanceBehavior == InheritanceBehavior.Default))
System\Windows\FrameworkContentElement.cs (1)
758if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
System\Windows\FrameworkElement.cs (5)
1026InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 1057(inheritanceBehavior == InheritanceBehavior.Default || 1162inheritanceBehavior = InheritanceBehavior.Default; 1953InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 2138if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
System\Windows\Generated\FrameworkContentElement.cs (1)
482InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default;
System\Windows\Generated\FrameworkElement.cs (1)
497InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default;
System\Windows\TreeWalkHelper.cs (9)
964InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default; 1094return (inheritanceBehavior == InheritanceBehavior.Default || isForceInheritedProperty); 1103if (inheritanceBehavior == InheritanceBehavior.Default || IsForceInheritedProperty(info.Property)) 1123inheritanceBehavior = InheritanceBehavior.Default; 1141if (fo.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1175inheritanceBehavior = InheritanceBehavior.Default; 1183if (fe.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1206inheritanceBehavior = InheritanceBehavior.Default; 1214if (fce.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)