5 references to SelectionBounds
PresentationFramework (5)
MS\Internal\Ink\ClipboardProcessor.cs (1)
137
Rect bounds = inkCanvasSelection.
SelectionBounds
;
MS\Internal\Ink\InkCanvasSelection.cs (3)
273
Rect selectionBounds =
SelectionBounds
;
646
Rect selectionBounds =
SelectionBounds
;
680
Rect selectionBounds =
SelectionBounds
;
System\Windows\Controls\InkCanvas.cs (1)
1698
return InkCanvasSelection.
SelectionBounds
;