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