3 writes to _ancestorLevel
PresentationFramework (3)
src\Framework\System\Windows\Data\RelativeSource.cs (3)
228_ancestorLevel = value; 283_ancestorLevel = 1; 290_ancestorLevel = 0;
2 references to _ancestorLevel
PresentationFramework (2)
src\Framework\System\Windows\Data\RelativeSource.cs (2)
211get { return _ancestorLevel; } 271get { return (_ancestorLevel == -1); }