1 write to _owningComboBox
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
4602_owningComboBox = owningComboBox;
19 references to _owningComboBox
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ComboBox.cs (19)
4605_systemIAccessible = _owningComboBox.ChildListAccessibleObject.GetSystemIAccessibleInternal(); 4613var listAccessibleObject = _owningComboBox.ChildListAccessibleObject; 4618int top = parentRect.Top + _owningComboBox.ItemHeight * currentIndex; 4620int height = _owningComboBox.ItemHeight; 4638return _owningComboBox.ChildListAccessibleObject; 4641var comboBoxChildListUiaProvider = _owningComboBox.ChildListAccessibleObject as ComboBoxChildListUiaProvider; 4652comboBoxChildListUiaProvider = _owningComboBox.ChildListAccessibleObject as ComboBoxChildListUiaProvider; 4669return _owningComboBox.AccessibilityObject; 4674return _owningComboBox.Items.IndexOf(_owningItem); 4694return _owningComboBox.Focused && _owningComboBox.SelectedIndex == GetCurrentIndex(); 4698return _owningComboBox.Enabled; 4714return _owningComboBox.ChildListAccessibleObject; 4750if (_owningComboBox != null) { 4778runtimeId[1] = (int)(long)_owningComboBox.Handle; 4779runtimeId[2] = _owningComboBox.GetListNativeWindowRuntimeIdPart(); 4802_owningComboBox.SelectedIndex = GetCurrentIndex(); 4804SafeNativeMethods.InvalidateRect(new HandleRef(this, _owningComboBox.GetListHandle()), null, false); 4823return _owningComboBox.ChildListAccessibleObject;