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