1 type derived from DesignerOptionService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\WindowsFormsDesignerOptionService.cs (1)
11public class WindowsFormsDesignerOptionService : DesignerOptionService
12 references to DesignerOptionService
netstandard (1)
netstandard.cs (1)
238[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerOptionService))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
224[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerOptionService))]
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\DesignerOptionService.cs (2)
112private readonly DesignerOptionService _service; 120internal DesignerOptionCollection(DesignerOptionService service, DesignerOptionCollection? parent, string name, object? value)
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionUIService.cs (2)
75if (_serviceProvider.GetService(typeof(DesignerOptionService)) is DesignerOptionService opts)
System\ComponentModel\Design\Serialization\ComponentCache.cs (1)
28if (manager.TryGetService(out DesignerOptionService? options))
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
81DesignerOptionService? options = _designerHost.GetService<DesignerOptionService>();
System\Windows\Forms\Design\DesignerUtils.cs (2)
352if (provider.TryGetService(out DesignerOptionService? options)) 371if (provider.TryGetService(out DesignerOptionService? designerOptionService))
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
378GetService<DesignerOptionService>() is not WindowsFormsDesignerOptionService dos