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