3 overrides of BoundingRectangle
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
37public override Rectangle BoundingRectangle => GetFormattingRectangle();
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
40public override Rectangle BoundingRectangle
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
203public override Rectangle BoundingRectangle
1 reference to BoundingRectangle
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
386Rectangle clippingRectangle = _provider.BoundingRectangle;