2 writes to messageFilterSnapshot
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
3590messageFilterSnapshot = new IMessageFilter[messageFilters.Count]; 3594messageFilterSnapshot = null;
4 references to messageFilterSnapshot
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
3591messageFilters.CopyTo(messageFilterSnapshot); 3601if (messageFilterSnapshot != null) { 3603int count = messageFilterSnapshot.Length; 3608f = (IMessageFilter)messageFilterSnapshot[i];