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();
4613
var listAccessibleObject =
_owningComboBox
.ChildListAccessibleObject;
4618
int top = parentRect.Top +
_owningComboBox
.ItemHeight * currentIndex;
4620
int height =
_owningComboBox
.ItemHeight;
4638
return
_owningComboBox
.ChildListAccessibleObject;
4641
var comboBoxChildListUiaProvider =
_owningComboBox
.ChildListAccessibleObject as ComboBoxChildListUiaProvider;
4652
comboBoxChildListUiaProvider =
_owningComboBox
.ChildListAccessibleObject as ComboBoxChildListUiaProvider;
4669
return
_owningComboBox
.AccessibilityObject;
4674
return
_owningComboBox
.Items.IndexOf(_owningItem);
4694
return
_owningComboBox
.Focused &&
_owningComboBox
.SelectedIndex == GetCurrentIndex();
4698
return
_owningComboBox
.Enabled;
4714
return
_owningComboBox
.ChildListAccessibleObject;
4750
if (
_owningComboBox
!= null) {
4778
runtimeId[1] = (int)(long)
_owningComboBox
.Handle;
4779
runtimeId[2] =
_owningComboBox
.GetListNativeWindowRuntimeIdPart();
4802
_owningComboBox
.SelectedIndex = GetCurrentIndex();
4804
SafeNativeMethods.InvalidateRect(new HandleRef(this,
_owningComboBox
.GetListHandle()), null, false);
4823
return
_owningComboBox
.ChildListAccessibleObject;