3 references to TryGetService
System.Windows.Forms.Design (3)
System\ComponentModel\Design\MenuCommandService.cs (3)
184
if (
TryGetService
(out _selectionService))
194
if (_selectionService?.SelectionCount == 1 &&
TryGetService
(out IDesignerHost? designerHost))
218
if (
TryGetService
(out DesignerActionService? daSvc))