3 references to No
System (2)
compmod\system\componentmodel\ReadOnlyAttribute.cs (2)
42/// Specifies the default value for the <see cref='System.ComponentModel.ReadOnlyAttribute'/> , which is <see cref='System.ComponentModel.ReadOnlyAttribute.No'/>, that is, 46public static readonly ReadOnlyAttribute Default = No;
System.Web.Mobile (1)
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1104InTemplateMode ? ReadOnlyAttribute.Yes : ReadOnlyAttribute.No,