2 writes to AncestorType
PresentationFramework (2)
System\Windows\Data\RelativeSource.cs (1)
70AncestorType = ancestorType;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6801bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.RelativeSource)target).AncestorType = (System.Type)value; };
4 references to AncestorType
PresentationFramework (4)
MS\Internal\Data\ObjectRef.cs (2)
339$"RelativeSource {_relativeSource.Mode}, AncestorType='{_relativeSource.AncestorType}', AncestorLevel='{_relativeSource.AncestorLevel}'"); 399d = FindAncestorOfType(_relativeSource.AncestorType, _relativeSource.AncestorLevel, d, args.IsTracing);
System\Windows\Data\RelativeSource.cs (1)
88if (_mode == RelativeSourceMode.FindAncestor && (AncestorType == null))
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6802bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.RelativeSource)target).AncestorType; };