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)
775if ((feParent != null) && (feParent.InheritanceBehavior == InheritanceBehavior.Default))
System\Windows\FrameworkContentElement.cs (1)
769if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
System\Windows\FrameworkElement.cs (5)
1037InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 1068(inheritanceBehavior == InheritanceBehavior.Default || 1173inheritanceBehavior = InheritanceBehavior.Default; 1964InheritanceBehavior inheritanceBehavior = InheritanceBehavior.Default; 2147if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
System\Windows\Generated\FrameworkContentElement.cs (1)
484InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default;
System\Windows\Generated\FrameworkElement.cs (1)
500InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default;
System\Windows\TreeWalkHelper.cs (9)
968InheritanceBehavior parentInheritanceBehavior = InheritanceBehavior.Default; 1098return (inheritanceBehavior == InheritanceBehavior.Default || isForceInheritedProperty); 1107if (inheritanceBehavior == InheritanceBehavior.Default || IsForceInheritedProperty(info.Property)) 1127inheritanceBehavior = InheritanceBehavior.Default; 1145if (fo.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1179inheritanceBehavior = InheritanceBehavior.Default; 1187if (fe.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1210inheritanceBehavior = InheritanceBehavior.Default; 1218if (fce.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)