1 implementation of IsSupported
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
222public bool IsSupported(object serializedObject, IDesignerHost host)
2 references to IsSupported
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.cs (2)
1880else if (TryGetService(out IToolboxService? ts) && ts.IsSupported(dataObj, host)) 3110enable = host is not null ? ts.IsSupported(dataObj, host) : ts.IsToolboxItem(dataObj);