2 writes to AncestorType
PresentationFramework (2)
System\Windows\Data\RelativeSource.cs (1)
69AncestorType = ancestorType;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7312SetDelegate = 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)
333$"RelativeSource {_relativeSource.Mode}, AncestorType='{_relativeSource.AncestorType}', AncestorLevel='{_relativeSource.AncestorLevel}'"); 393d = FindAncestorOfType(_relativeSource.AncestorType, _relativeSource.AncestorLevel, d, args.IsTracing);
System\Windows\Data\RelativeSource.cs (1)
87if (_mode == RelativeSourceMode.FindAncestor && (AncestorType == null))
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7313GetDelegate = delegate (object target) { return ((System.Windows.Data.RelativeSource)target).AncestorType; }