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)
863if (_messageFilterSnapshot is not null) 865_messageFilterSnapshot.Clear(); 868_messageFilterSnapshot.AddRange(_messageFilters); 878if (_messageFilterSnapshot is not null && _messageFilterSnapshot.Count != 0) 881int count = _messageFilterSnapshot.Count; 887filter = _messageFilterSnapshot[i];