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