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