2 writes to AncestorLevel
PresentationFramework (2)
src\Framework\System\Windows\Data\RelativeSource.cs (2)
75AncestorLevel = ancestorLevel; 177AncestorLevel = 1; // lock the mode and set default level
2 references to AncestorLevel
PresentationFramework (2)
src\Framework\MS\Internal\Data\ObjectRef.cs (2)
348_relativeSource.AncestorLevel); 409d = FindAncestorOfType(_relativeSource.AncestorType, _relativeSource.AncestorLevel, d, args.IsTracing);