1 implementation of IsSupported
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
221public bool IsSupported(object serializedObject, IDesignerHost host)
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)) 3104enable = host is not null ? ts.IsSupported(dataObj, host) : ts.IsToolboxItem(dataObj);