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