2 instantiations of ACNativeWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
5775ACNativeWindow newAC = new ACNativeWindow(handle); 5826ACNativeWindow newAC = new ACNativeWindow(acHandle);
10 references to ACNativeWindow
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ComboBox.cs (10)
1660if (SystemAutoCompleteEnabled && !ACNativeWindow.AutoCompleteActive) { 1706if (SystemAutoCompleteEnabled && !ACNativeWindow.AutoCompleteActive) { 2316else if (SystemAutoCompleteEnabled && ACNativeWindow.AutoCompleteActive) { 5768new NativeMethods.EnumChildrenCallback(ACNativeWindow.RegisterACWindowRecursive), 5775ACNativeWindow newAC = new ACNativeWindow(handle); 5792ACNativeWindow window = o as ACNativeWindow; 5826ACNativeWindow newAC = new ACNativeWindow(acHandle); 5867ACNativeWindow.ClearNullACWindows(); 5879ACNativeWindow.RegisterACWindow(hRef.Handle, shouldSubClass);