4 references to IsDesignOnly
System (2)
compmod\system\componentmodel\DesignOnlyAttribute.cs (2)
73
return
IsDesignOnly
== Default.
IsDesignOnly
;
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlPersister.cs (1)
530
if ((doAttr != null) && doAttr.
IsDesignOnly
) {
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\CompositeActivityTypeDescriptor.cs (1)
34
if (attributes != null && attributes.Length == 1 && attributes[0] is DesignOnlyAttribute && !(attributes[0] as DesignOnlyAttribute).
IsDesignOnly
)