2 writes to _cachedPenCursor
PresentationFramework (2)
MS\Internal\Ink\InkCollectionBehavior.cs (2)
319
_cachedPenCursor
= null;
359
_cachedPenCursor
= PenCursorManager.GetPenCursor(da, false, (this.InkCanvas.FlowDirection == FlowDirection.RightToLeft), dpi.DpiScaleX, dpi.DpiScaleY);
2 references to _cachedPenCursor
PresentationFramework (2)
MS\Internal\Ink\InkCollectionBehavior.cs (2)
338
if (
_cachedPenCursor
== null || _cursorDrawingAttributes != InkCanvas.DefaultDrawingAttributes )
362
return
_cachedPenCursor
;