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