2 writes to _cachedPointEraserCursor
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (2)
309_cachedPointEraserCursor = PenCursorManager.GetPointEraserCursor(_cachedStylusShape, xf, dpi.DpiScaleX, dpi.DpiScaleY); 344_cachedPointEraserCursor = null;
3 references to _cachedPointEraserCursor
PresentationFramework (3)
MS\Internal\Ink\EraserBehavior.cs (3)
187Debug.Assert(_cachedPointEraserCursor != null, "_cachedPointEraserCursor shouldn't be null."); 287if ( _cachedPointEraserCursor == null ) 312return _cachedPointEraserCursor;