3 references to s_typeOfModalApplicationContext
System.Windows.Forms (1)
System\Windows\Forms\ApplicationContext.cs (1)
35if (GetType() == typeof(ApplicationContext) || GetType() == Application.s_typeOfModalApplicationContext)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationContextTests.cs (2)
393Assert.True(type == typeof(ApplicationContext) || type == Application.s_typeOfModalApplicationContext, 394$"Type {type} is not one of [{typeof(ApplicationContext)}, {Application.s_typeOfModalApplicationContext}]. " +