2 writes to _cachedPenCursor
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (2)
380_cachedPenCursor = null; 420_cachedPenCursor = PenCursorManager.GetPenCursor(da, false, (this.InkCanvas.FlowDirection == FlowDirection.RightToLeft), dpi.DpiScaleX, dpi.DpiScaleY);
2 references to _cachedPenCursor
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (2)
399if ( _cachedPenCursor == null || _cursorDrawingAttributes != InkCanvas.DefaultDrawingAttributes ) 423return _cachedPenCursor;