1 write to _cachedCursor
PresentationFramework (1)
src\Framework\MS\Internal\Ink\EditBehavior.cs (1)
163
_cachedCursor
= GetCurrentCursor();
2 references to _cachedCursor
PresentationFramework (2)
src\Framework\MS\Internal\Ink\EditBehavior.cs (2)
160
if (
_cachedCursor
== null || !EditingCoordinator.IsCursorValid(this) )
166
return
_cachedCursor
;