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