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)
59if (false == _fValid) 85if (false == _fValid) 125public bool IsValid { get { return _fValid; } }