2 writes to _selectionGeometry
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
462
_selectionGeometry
= null;
474
AddGeometry(ref
_selectionGeometry
, geometry);
5 references to _selectionGeometry
PresentationFramework (5)
src\Framework\System\windows\Documents\CaretElement.cs (5)
130
if (
_selectionGeometry
!= null)
145
drawingContext.DrawGeometry(selectionBrush, selectionOutlinePen,
_selectionGeometry
);
460
Geometry previousSelectionGeometry =
_selectionGeometry
;
478
if (
_selectionGeometry
!= previousSelectionGeometry)
806
return
_selectionGeometry
;