1 implementation of GetOptionValue
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerOptionService.cs (1)
90
object? IDesignerOptionService.
GetOptionValue
(string pageName, string valueName)
2 references to GetOptionValue
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
378
? optionService.
GetOptionValue
("WindowsFormsDesigner\\General", name)
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DesignerUtilsTests.cs (1)
329
mockOptionService.Setup(o => o.
GetOptionValue
("WindowsFormsDesigner\\General", "SomeOption")).Returns("ExpectedValue");