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)
35Debug.Assert(_owningComboBox.IsHandleCreated); 41=> _owningComboBox.IsHandleCreated 48_owningComboBox.ChildEditAccessibleObject, 55=> _owningComboBox.IsHandleCreated 62=> _owningComboBox.IsHandleCreated && WindowExStyle.HasFlag(WINDOW_EX_STYLE.WS_EX_RTLREADING); 70if (!_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 127if (!_owningComboBox.IsHandleCreated) 133object? 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 163if (!_owningComboBox.IsHandleCreated || startCharIndex < 0 || startCharIndex >= text.Length) 211if (!_owningComboBox.IsHandleCreated) 228using var selection = ComHelpers.GetComScope<ITextRangeProvider>(new UiaTextRange(_owningComboBox.ChildEditAccessibleObject, this, start, end)); 240if (!_owningComboBox.IsHandleCreated || IsDegenerate(_owningComboBox.ClientRectangle)) 272if (!_owningComboBox.IsHandleCreated) 282using var ranges = ComHelpers.GetComScope<ITextRangeProvider>(new UiaTextRange(_owningComboBox.ChildEditAccessibleObject, this, start, end)); 308_owningComboBox.ChildEditAccessibleObject, 335if (!_owningComboBox.IsHandleCreated) 349_owningComboBox.ChildEditAccessibleObject, 359RECT clientRectangle = _owningComboBox.ChildEditAccessibleObject.BoundingRectangle; 371_owningComboBox.ChildEditAccessibleObject, 378public override Rectangle RectangleToScreen(Rectangle rect) => _owningComboBox.RectangleToScreen(rect); 382if (!_owningComboBox.IsHandleCreated)