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