1 write to s_StrokeEraserCursor
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
110
s_StrokeEraserCursor
= CreateCursorFromDrawing(drawing, new Point(5, 5));
2 references to s_StrokeEraserCursor
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (2)
106
if (
s_StrokeEraserCursor
== null )
114
return
s_StrokeEraserCursor
;