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)
859if (_messageFilterSnapshot is not null) 861_messageFilterSnapshot.Clear(); 864_messageFilterSnapshot.AddRange(_messageFilters); 874if (_messageFilterSnapshot is not null && _messageFilterSnapshot.Count != 0) 877int count = _messageFilterSnapshot.Count; 883filter = _messageFilterSnapshot[i];