1 write to _parentWindowContext
System.Windows.Forms (1)
System\Windows\Forms\Application.ModalApplicationContext.cs (1)
34_parentWindowContext = parentControl is not null && parentControl.InvokeRequired
3 references to _parentWindowContext
System.Windows.Forms (3)
System\Windows\Forms\Application.ModalApplicationContext.cs (3)
40if (_parentWindowContext is not null) 43parentControl ??= _parentWindowContext.ApplicationContext!.MainForm; 47[_parentWindowContext, onlyWinForms]);