4 implementations of IWindowsFormsEditorService
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
21IWindowsFormsEditorService,
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
14private sealed partial class EditorPropertyLine : TextBoxPropertyLine, IWindowsFormsEditorService, IServiceProvider
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
17internal class CollectionEditVerbManager : IWindowsFormsEditorService, ITypeDescriptorContext
System\Windows\Forms\Design\EditorServiceContext.cs (1)
15internal class EditorServiceContext : IWindowsFormsEditorService, ITypeDescriptorContext
64 references to IWindowsFormsEditorService
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1401if (classService == typeof(IWindowsFormsEditorService))
System\Windows\Forms\Design\IWindowsFormsEditorService.cs (1)
15/// The default <see cref="IWindowsFormsEditorService"/> is provided to <see cref="UITypeEditor"/>s through
System.Windows.Forms.Design (62)
System\ComponentModel\Design\BinaryEditor.cs (1)
104if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
968protected internal override DialogResult ShowEditorDialog(IWindowsFormsEditorService edSvc)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
182protected internal virtual DialogResult ShowEditorDialog(IWindowsFormsEditorService edSvc)
System\ComponentModel\Design\CollectionEditor.cs (1)
221if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\ComponentModel\Design\DateTimeEditor.cs (1)
17if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\ComponentModel\Design\DateTimeEditor.DateTimeUI.cs (2)
17private IWindowsFormsEditorService _editorService; 19public DateTimeUI(IWindowsFormsEditorService editorService, object? value)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (4)
401void IWindowsFormsEditorService.CloseDropDown() 406void IWindowsFormsEditorService.DropDownControl(Control control) 414DialogResult IWindowsFormsEditorService.ShowDialog(Form dialog) 431if (serviceType == typeof(IWindowsFormsEditorService))
System\ComponentModel\Design\MultilineStringEditor.cs (1)
19if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (2)
16private IWindowsFormsEditorService? _editorService; 124internal void BeginEdit(IWindowsFormsEditorService editorService, object? value)
System\ComponentModel\Design\ObjectSelectorEditor.cs (1)
29if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (2)
14private IWindowsFormsEditorService? _editorService; 177public void Start(IWindowsFormsEditorService edSvc, object? value)
System\Drawing\Design\ColorEditor.ColorUI.cs (3)
18private IWindowsFormsEditorService? _edSvc; 68public IWindowsFormsEditorService? EditorService => _edSvc; 355public void Start(IWindowsFormsEditorService edSvc, object? value)
System\Drawing\Design\ColorEditor.cs (1)
21if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Drawing\Design\ContentAlignmentEditor.cs (1)
21if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Drawing\Design\CursorEditor.cs (1)
24if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Drawing\Design\CursorEditor.CursorUI.cs (2)
17private IWindowsFormsEditorService? _editorService; 109public void Start(IWindowsFormsEditorService editorService, object? value)
System\Drawing\Design\FontEditor.cs (1)
21if (!provider.TryGetService(out IWindowsFormsEditorService? _))
System\Drawing\Design\IconEditor.cs (1)
58if (!provider.TryGetService(out IWindowsFormsEditorService? _))
System\Drawing\Design\ImageEditor.cs (1)
65if (!provider.TryGetService(out IWindowsFormsEditorService? _))
System\Drawing\Design\SelectionPanelBase.cs (2)
13private IWindowsFormsEditorService? _editorService; 120public void Start(IWindowsFormsEditorService edSvc, object? value)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (2)
22private IWindowsFormsEditorService? _editorService; 151public void Start(IWindowsFormsEditorService edSvc, object? value)
System\Windows\Forms\Design\AnchorEditor.cs (1)
19if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (2)
41public IWindowsFormsEditorService? EditorService 363public void Start(IWindowsFormsEditorService edSvc, object? value)
System\Windows\Forms\Design\BorderSidesEditor.cs (1)
19if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Windows\Forms\Design\CollectionEditVerbManager.cs (4)
134if (serviceType == typeof(ITypeDescriptorContext) || serviceType == typeof(IWindowsFormsEditorService)) 150void IWindowsFormsEditorService.CloseDropDown() 160void IWindowsFormsEditorService.DropDownControl(Control control) 169DialogResult IWindowsFormsEditorService.ShowDialog(Form dialog)
System\Windows\Forms\Design\DataGridViewCellStyleEditor.cs (2)
18if (provider.GetService<IWindowsFormsEditorService>() is null) 20throw new InvalidOperationException($"Service provider couldn't fetch {nameof(IWindowsFormsEditorService)}.");
System\Windows\Forms\Design\DataGridViewColumnCollectionEditor.cs (1)
18!provider.TryGetService(out IWindowsFormsEditorService? editorService) ||
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.cs (3)
21IWindowsFormsEditorService? windowsFormsEditorService = provider.GetService(typeof(IWindowsFormsEditorService)) as IWindowsFormsEditorService;
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (2)
19private IWindowsFormsEditorService? _windowsFormsEditorService; 77public void Start(IWindowsFormsEditorService edSvc, ITypeDiscoveryService discoveryService, Type defaultType)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
98private IWindowsFormsEditorService? _windowsFormsEditorService; // Service used to invoke the picker inside a modal dropdown 385_windowsFormsEditorService = _serviceProvider.GetService<IWindowsFormsEditorService>();
System\Windows\Forms\Design\DockEditor.cs (1)
19if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Windows\Forms\Design\EditorServiceContext.cs (4)
102if (serviceType == typeof(ITypeDescriptorContext) || serviceType == typeof(IWindowsFormsEditorService)) 110void IWindowsFormsEditorService.CloseDropDown() 117void IWindowsFormsEditorService.DropDownControl(Control control) 123DialogResult IWindowsFormsEditorService.ShowDialog(Form dialog)
System\Windows\Forms\Design\FileNameEditor.cs (1)
19if (!provider.TryGetService(out IWindowsFormsEditorService? _))
System\Windows\Forms\Design\FormatStringEditor.cs (1)
17if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Windows\Forms\Design\ImageListImageEditor.cs (1)
32if (!provider.TryGetService(out IWindowsFormsEditorService? _))
System\Windows\Forms\Design\LinkAreaEditor.cs (1)
19if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Windows\Forms\Design\MaskedTextBoxTextEditor.cs (1)
13if (context?.Instance is null || !provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Windows\Forms\Design\ShortcutKeysEditor.cs (1)
23if (!provider.TryGetService(out IWindowsFormsEditorService? editorService))
System\Windows\Forms\Design\StyleEditorForm.cs (1)
508protected internal override DialogResult ShowEditorDialog(IWindowsFormsEditorService edSvc)