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