5 references to SelectionBounds
PresentationFramework (5)
MS\Internal\Ink\ClipboardProcessor.cs (1)
143
Rect bounds = inkCanvasSelection.
SelectionBounds
;
MS\Internal\Ink\InkCanvasSelection.cs (3)
285
Rect selectionBounds =
SelectionBounds
;
658
Rect selectionBounds =
SelectionBounds
;
692
Rect selectionBounds =
SelectionBounds
;
System\Windows\Controls\InkCanvas.cs (1)
1698
return InkCanvasSelection.
SelectionBounds
;