1 write to _owningComboBox
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
34
_owningComboBox
= owner.OrThrowIfNull();
37 references to _owningComboBox
System.Windows.Forms (37)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (37)
35
Debug.Assert(
_owningComboBox
.IsHandleCreated);
41
=>
_owningComboBox
.IsHandleCreated
48
_owningComboBox
.ChildEditAccessibleObject,
55
=>
_owningComboBox
.IsHandleCreated
62
=>
_owningComboBox
.IsHandleCreated && WindowExStyle.HasFlag(WINDOW_EX_STYLE.WS_EX_RTLREADING);
70
if (!
_owningComboBox
.IsHandleCreated)
80
=>
_owningComboBox
.IsHandleCreated
85
=> !
_owningComboBox
.IsHandleCreated
87
:
_owningComboBox
.ChildEditAccessibleObject.BoundingRectangle.IsEmpty
92
=>
_owningComboBox
.IsHandleCreated
93
?
_owningComboBox
.Font.ToLogicalFont()
99
=>
_owningComboBox
.IsHandleCreated
104
=>
_owningComboBox
.IsHandleCreated
109
=>
_owningComboBox
.IsHandleCreated
114
=>
_owningComboBox
.IsHandleCreated
127
if (!
_owningComboBox
.IsHandleCreated)
133
object? hasKeyboardFocus =
_owningComboBox
.ChildEditAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId);
138
_owningComboBox
.ChildEditAccessibleObject,
140
_owningComboBox
.SelectionStart,
141
_owningComboBox
.SelectionStart));
146
=>
_owningComboBox
.IsHandleCreated
151
=>
_owningComboBox
.IsHandleCreated
156
=>
_owningComboBox
.IsHandleCreated
163
if (!
_owningComboBox
.IsHandleCreated || startCharIndex < 0 || startCharIndex >= text.Length)
211
if (!
_owningComboBox
.IsHandleCreated)
228
using var selection = ComHelpers.GetComScope<ITextRangeProvider>(new UiaTextRange(
_owningComboBox
.ChildEditAccessibleObject, this, start, end));
240
if (!
_owningComboBox
.IsHandleCreated || IsDegenerate(
_owningComboBox
.ClientRectangle))
272
if (!
_owningComboBox
.IsHandleCreated)
282
using var ranges = ComHelpers.GetComScope<ITextRangeProvider>(new UiaTextRange(
_owningComboBox
.ChildEditAccessibleObject, this, start, end));
308
_owningComboBox
.ChildEditAccessibleObject,
335
if (!
_owningComboBox
.IsHandleCreated)
349
_owningComboBox
.ChildEditAccessibleObject,
359
RECT clientRectangle =
_owningComboBox
.ChildEditAccessibleObject.BoundingRectangle;
371
_owningComboBox
.ChildEditAccessibleObject,
378
public override Rectangle RectangleToScreen(Rectangle rect) =>
_owningComboBox
.RectangleToScreen(rect);
382
if (!
_owningComboBox
.IsHandleCreated)