1 write to _messageFilterSnapshot
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
211_messageFilterSnapshot ??= [];
7 references to _messageFilterSnapshot
System.Windows.Forms (7)
System\Windows\Forms\Application.ThreadContext.cs (7)
862if (_messageFilterSnapshot is not null) 864_messageFilterSnapshot.Clear(); 867_messageFilterSnapshot.AddRange(_messageFilters); 877if (_messageFilterSnapshot is not null && _messageFilterSnapshot.Count != 0) 880int count = _messageFilterSnapshot.Count; 886filter = _messageFilterSnapshot[i];