1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (1)
17_owner = comboBox;
13 references to _owner
System.Windows.Forms (13)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (13)
35object? before = _owner.SelectedItem; 37object? after = _owner.SelectedItem; 43&& _owner.IsAccessibilityObjectCreated 44&& _owner.AccessibilityObject is ComboBoxAccessibleObject comboBoxAccessibleObject) 51_owner.ChildWndProc(ref m); 76_owner.ChildWndProc(ref m); 88_owner.ChildWndProc(ref m); 98ChildWindowType.Edit => _owner.ChildEditAccessibleObject, 99ChildWindowType.ListBox or ChildWindowType.DropDownList => _owner.ChildListAccessibleObject, 106ChildWindowType.Edit => _owner._childEditAccessibleObject, 107ChildWindowType.ListBox or ChildWindowType.DropDownList => _owner._childListAccessibleObject, 115_owner.ClearChildEditAccessibleObject(); 119_owner.ClearChildListAccessibleObject();