4 references to No
System (2)
compmod\system\componentmodel\DesignOnlyAttribute.cs (2)
63/// Specifies the default value for the <see cref='System.ComponentModel.DesignOnlyAttribute'/>, which is <see cref='System.ComponentModel.DesignOnlyAttribute.No'/>. This <see langword='static'/> field is 67public static readonly DesignOnlyAttribute Default = No;
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\SerializableTypeCodeDomSerializer.cs (2)
90SerializeProperties(manager, statements, value, new Attribute[] { DesignOnlyAttribute.No }); 91SerializeEvents(manager, statements, value, new Attribute[] { DesignOnlyAttribute.No });