2 writes to _cachedPointEraserCursor
PresentationFramework (2)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (2)
311_cachedPointEraserCursor = PenCursorManager.GetPointEraserCursor(_cachedStylusShape, xf, dpi.DpiScaleX, dpi.DpiScaleY); 346_cachedPointEraserCursor = null;
3 references to _cachedPointEraserCursor
PresentationFramework (3)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (3)
189Debug.Assert(_cachedPointEraserCursor != null, "_cachedPointEraserCursor shouldn't be null."); 289if ( _cachedPointEraserCursor == null ) 314return _cachedPointEraserCursor;