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)
206
get { return
_ancestorLevel
; }
266
get { return (
_ancestorLevel
== -1); }