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