2 writes to AncestorLevel
PresentationFramework (2)
System\Windows\Data\RelativeSource.cs (2)
70AncestorLevel = ancestorLevel; 172AncestorLevel = 1; // lock the mode and set default level
2 references to AncestorLevel
PresentationFramework (2)
MS\Internal\Data\ObjectRef.cs (2)
333$"RelativeSource {_relativeSource.Mode}, AncestorType='{_relativeSource.AncestorType}', AncestorLevel='{_relativeSource.AncestorLevel}'"); 393d = FindAncestorOfType(_relativeSource.AncestorType, _relativeSource.AncestorLevel, d, args.IsTracing);