2 references to IsSupported
System.Workflow.ComponentModel (2)
AuthoringOM\Design\CommandSet.cs (1)
437if (dataObj == null || designerHost == null || (!dataObj.GetDataPresent(CF_DESIGNER) && (ts != null && !ts.IsSupported(dataObj, designerHost))))
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
620if (ts != null && ts.IsSupported(dataObj, designerHost))