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