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)
138if ( _cachedCursor == null || !EditingCoordinator.IsCursorValid(this) ) 144return _cachedCursor;