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