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