2 writes to AncestorLevel
PresentationFramework (2)
System\Windows\Data\RelativeSource.cs (2)
71AncestorLevel = ancestorLevel; 173AncestorLevel = 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}'"); 399d = FindAncestorOfType(_relativeSource.AncestorType, _relativeSource.AncestorLevel, d, args.IsTracing);