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