3 writes to _ancestorLevel
PresentationFramework (3)
System\Windows\Data\RelativeSource.cs (3)
224_ancestorLevel = value; 279_ancestorLevel = 1; 286_ancestorLevel = 0;
2 references to _ancestorLevel
PresentationFramework (2)
System\Windows\Data\RelativeSource.cs (2)
207get { return _ancestorLevel; } 267get { return (_ancestorLevel == -1); }