1 write to _fValid
PresentationCore (1)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
119
_fValid
= false;
3 references to _fValid
PresentationCore (3)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (3)
59
if (false ==
_fValid
)
85
if (false ==
_fValid
)
125
public bool IsValid { get { return
_fValid
; } }