1 write to _cachedCursor
PresentationFramework (1)
MS\Internal\Ink\EditBehavior.cs (1)
141
_cachedCursor
= GetCurrentCursor();
2 references to _cachedCursor
PresentationFramework (2)
MS\Internal\Ink\EditBehavior.cs (2)
138
if (
_cachedCursor
== null || !EditingCoordinator.IsCursorValid(this) )
144
return
_cachedCursor
;