1 type derived from DesignerOptionService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\WindowsFormsDesignerOptionService.cs (1)
11
public 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)
112
private readonly
DesignerOptionService
_service;
120
internal DesignerOptionCollection(
DesignerOptionService
service, DesignerOptionCollection? parent, string name, object? value)
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionUIService.cs (2)
75
if (_serviceProvider.GetService(typeof(
DesignerOptionService
)) is
DesignerOptionService
opts)
System\ComponentModel\Design\Serialization\ComponentCache.cs (1)
28
if (manager.TryGetService(out
DesignerOptionService
? options))
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
81
DesignerOptionService
? options = _designerHost.GetService<
DesignerOptionService
>();
System\Windows\Forms\Design\DesignerUtils.cs (2)
352
if (provider.TryGetService(out
DesignerOptionService
? options))
371
if (provider.TryGetService(out
DesignerOptionService
? designerOptionService))
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
378
GetService<
DesignerOptionService
>() is not WindowsFormsDesignerOptionService dos