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