2 references to IsSupported
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.cs (2)
1874else if (TryGetService(out IToolboxService? ts) && ts.IsSupported(dataObj, host)) 3105enable = host is not null ? ts.IsSupported(dataObj, host) : ts.IsToolboxItem(dataObj);