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)
189
Debug.Assert(
_cachedPointEraserCursor
!= null, "_cachedPointEraserCursor shouldn't be null.");
289
if (
_cachedPointEraserCursor
== null )
314
return
_cachedPointEraserCursor
;