7 references to ReadOnly
System.Windows.Forms (7)
winforms\Managed\System\WinForms\MaskedTextBox.cs (7)
1047if (this.ReadOnly != value) 1909if (this.ReadOnly) // Always hide prompt. 2103if (!this.ReadOnly) 2202if( !this.ReadOnly) 2972if( !this.ReadOnly ) 3148if( this.ReadOnly ) 3251if (!this.ReadOnly && WmCopy())