13 references to ACWindows
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ComboBox.cs (13)
5764Debug.Assert(!ACWindows.ContainsKey(acHandle)); 5766ACWindows.Add(acHandle, this); 5774if (!ACWindows.ContainsKey(handle)) { 5791foreach(object o in ACWindows.Values) { 5811Debug.Assert(ACWindows.ContainsKey(this.Handle)); 5812ACWindows.Remove(this.Handle); //so we do not leak ac windows. 5818if (subclass && ACWindows.ContainsKey(acHandle)) { 5819if (ACWindows[acHandle] == null) { 5820ACWindows.Remove(acHandle); //if an external handle got destroyed, dont let it stop us. 5824if (!ACWindows.ContainsKey(acHandle)) { 5829ACWindows.Add(acHandle, null); 5841foreach (DictionaryEntry e in ACWindows) { 5847ACWindows.Remove(handle);