5 references to SelectionBounds
PresentationFramework (5)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
156Rect bounds = inkCanvasSelection.SelectionBounds;
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (3)
295Rect selectionBounds = SelectionBounds; 668Rect selectionBounds = SelectionBounds; 702Rect selectionBounds = SelectionBounds;
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
1774return InkCanvasSelection.SelectionBounds;