2 writes to AncestorLevel
PresentationFramework (2)
System\Windows\Data\RelativeSource.cs (2)
71
AncestorLevel
= ancestorLevel;
173
AncestorLevel
= 1; // lock the mode and set default level
2 references to AncestorLevel
PresentationFramework (2)
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);