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