3 writes to _ancestorLevel
PresentationFramework (3)
System\Windows\Data\RelativeSource.cs (3)
222_ancestorLevel = value; 277_ancestorLevel = 1; 284_ancestorLevel = 0;
2 references to _ancestorLevel
PresentationFramework (2)
System\Windows\Data\RelativeSource.cs (2)
205get { return _ancestorLevel; } 265get { return (_ancestorLevel == -1); }