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