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