2 writes to AncestorType
PresentationFramework (2)
src\Framework\System\Windows\Data\RelativeSource.cs (1)
74AncestorType = ancestorType;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6759bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.RelativeSource)target).AncestorType = (System.Type)value; };
4 references to AncestorType
PresentationFramework (4)
src\Framework\MS\Internal\Data\ObjectRef.cs (2)
347_relativeSource.AncestorType, 409d = FindAncestorOfType(_relativeSource.AncestorType, _relativeSource.AncestorLevel, d, args.IsTracing);
src\Framework\System\Windows\Data\RelativeSource.cs (1)
92if (_mode == RelativeSourceMode.FindAncestor && (AncestorType == null))
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6760bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.RelativeSource)target).AncestorType; };