5 references to SelectionBounds
PresentationFramework (5)
MS\Internal\Ink\ClipboardProcessor.cs (1)
136Rect bounds = inkCanvasSelection.SelectionBounds;
MS\Internal\Ink\InkCanvasSelection.cs (3)
272Rect selectionBounds = SelectionBounds; 645Rect selectionBounds = SelectionBounds; 679Rect selectionBounds = SelectionBounds;
System\Windows\Controls\InkCanvas.cs (1)
1697return InkCanvasSelection.SelectionBounds;