9 references to CreateOptionCollection
DesignSurfaceExt (8)
DesignerOptionServiceExt.cs (8)
23DesignerOptionCollection wfd = CreateOptionCollection(options, "WindowsFormsDesigner", null); 24CreateOptionCollection(wfd, "General", ops); 47DesignerOptionCollection wfd = CreateOptionCollection(options, "WindowsFormsDesigner", null); 48CreateOptionCollection(wfd, "General", ops); 71DesignerOptionCollection wfd = CreateOptionCollection(options, "WindowsFormsDesigner", null); 72CreateOptionCollection(wfd, "General", ops); 93DesignerOptionCollection wfd = CreateOptionCollection(options, "WindowsFormsDesigner", null); 94CreateOptionCollection(wfd, "General", ops);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\WindowsFormsDesignerOptionService.cs (1)
33CreateOptionCollection(options, "DesignerOptions", designerOptions);