Base:
property
Text
System.Windows.Forms.TextBoxBase.Text
5 writes to Text
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\MaskDescriptor.cs (1)
90
maskedTextBox.
Text
= maskDescriptor.Sample;
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (3)
61
Text
= maskedTextBox.Text
264
maskedTextBox.
Text
= value;
277
maskedTextBox.
Text
= value;
System\Windows\Forms\Design\MaskedTextBoxTextEditor.cs (1)
22
Text
= value as string
5 references to Text
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
21
[DefaultBindingProperty(nameof(
Text
))]
700
text =
Text
;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (2)
61
Text = maskedTextBox.
Text
252
return maskedTextBox.
Text
;
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
69
return _cloneMtb.
Text
;