2 writes to _cachedPointEraserCursor
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (2)
297
_cachedPointEraserCursor
= PenCursorManager.GetPointEraserCursor(_cachedStylusShape, xf, dpi.DpiScaleX, dpi.DpiScaleY);
332
_cachedPointEraserCursor
= null;
3 references to _cachedPointEraserCursor
PresentationFramework (3)
MS\Internal\Ink\EraserBehavior.cs (3)
175
Debug.Assert(
_cachedPointEraserCursor
!= null, "_cachedPointEraserCursor shouldn't be null.");
275
if (
_cachedPointEraserCursor
== null )
300
return
_cachedPointEraserCursor
;