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)
40
if (
_parentWindowContext
is not null)
43
parentControl ??=
_parentWindowContext
.ApplicationContext!.MainForm;
47
[
_parentWindowContext
, onlyWinForms]);