1 write to _messageFilterSnapshot
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
206_messageFilterSnapshot ??= [];
7 references to _messageFilterSnapshot
System.Windows.Forms (7)
System\Windows\Forms\Application.ThreadContext.cs (7)
847if (_messageFilterSnapshot is not null) 849_messageFilterSnapshot.Clear(); 852_messageFilterSnapshot.AddRange(_messageFilters); 862if (_messageFilterSnapshot is not null && _messageFilterSnapshot.Count != 0) 865int count = _messageFilterSnapshot.Count; 871filter = _messageFilterSnapshot[i];