1 write to ReadOnly
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
82designMaskedTextBox.ReadOnly = false;
8 references to ReadOnly
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (8)
935if (ReadOnly != value) 1698if (ReadOnly) // Always hide prompt. 1895if (!ReadOnly) 1974if (!ReadOnly) 2698if (!ReadOnly) 2756if (ReadOnly || _maskedTextProvider.IsPassword) 2861if (ReadOnly) 2955if (!ReadOnly && WmCopy())