2 writes to AncestorLevel
PresentationFramework (2)
src\Framework\System\Windows\Data\RelativeSource.cs (2)
75
AncestorLevel
= ancestorLevel;
177
AncestorLevel
= 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
);
409
d = FindAncestorOfType(_relativeSource.AncestorType, _relativeSource.
AncestorLevel
, d, args.IsTracing);