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