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