6 references to readOnly
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TextBoxBase.cs (6)
56private static readonly int acceptsTab = BitVector32.CreateMask(readOnly); 225if (textBoxFlags[readOnly]) { 494if (textBoxFlags[readOnly]) cp.Style |= NativeMethods.ES_READONLY; 1066return textBoxFlags[readOnly]; 1069if (textBoxFlags[readOnly] != value) { 1070textBoxFlags[readOnly] = value;