1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (1)
28_owner = owner;
14 references to _owner
System.Windows.Forms (14)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (14)
38return _owner.AccessibilityObject.Bounds; 57get => _owner.AccessibilityObject.Name ?? string.Empty; 72BSTR name = _owner.AccessibilityObject.GetNameInternal(); 78if (!_owner.IsHandleCreated) 85NavigateDirection.NavigateDirection_Parent => _owner.AccessibilityObject, 87=> _owner.AccessibilityObject is ComboBoxAccessibleObject comboBoxAccessibleObject 91=> _owner.DroppedDown 92? _owner.ChildListAccessibleObject 98internal override IRawElementProviderFragmentRoot.Interface FragmentRoot => _owner.AccessibilityObject; 104UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)_owner.Focused, 105UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owner.Enabled, 114(int)_owner.InternalHandle, 115_owner.GetHashCode(), 128if (_owner.Focused)