3 writes to _ancestorLevel
PresentationFramework (3)
System\Windows\Data\RelativeSource.cs (3)
223_ancestorLevel = value; 278_ancestorLevel = 1; 285_ancestorLevel = 0;
2 references to _ancestorLevel
PresentationFramework (2)
System\Windows\Data\RelativeSource.cs (2)
206get { return _ancestorLevel; } 266get { return (_ancestorLevel == -1); }