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
67
public static readonly DesignOnlyAttribute Default =
No
;
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\SerializableTypeCodeDomSerializer.cs (2)
90
SerializeProperties(manager, statements, value, new Attribute[] { DesignOnlyAttribute.
No
});
91
SerializeEvents(manager, statements, value, new Attribute[] { DesignOnlyAttribute.
No
});