1 instantiation of WindowsFormsSection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs (1)
23section = new WindowsFormsSection();
4 references to WindowsFormsSection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
466if (WindowsFormsSection.GetSection().JitDebugging) {
winforms\Managed\System\WinForms\WindowsFormsSectionHandler.cs (3)
15internal static WindowsFormsSection GetSection() { 16WindowsFormsSection section = null; 19section = (WindowsFormsSection) System.Configuration.PrivilegedConfigurationManager.GetSection("system.windows.forms");