1 write to _owningComboBox
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
31_owningComboBox = owner;
10 references to _owningComboBox
System.Windows.Forms (10)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (10)
40if (!_owningComboBox.IsHandleCreated || 43!_owningComboBox.Created) 50NavigateDirection.NavigateDirection_Parent => _owningComboBox.AccessibilityObject, 52=> _owningComboBox.DroppedDown 53? _owningComboBox.ChildListAccessibleObject 56=> _owningComboBox.DropDownStyle != ComboBoxStyle.Simple 57&& _owningComboBox.AccessibilityObject is ComboBoxAccessibleObject comboBoxAccessibleObject 64internal override IRawElementProviderFragmentRoot.Interface FragmentRoot => _owningComboBox.AccessibilityObject; 76UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)_owningComboBox.Focused, 77UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningComboBox.Enabled,