1 write to _checkBoxUseValidatingType
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
130
_checkBoxUseValidatingType
= new CheckBox();
8 references to _checkBoxUseValidatingType
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\MaskDesignerDialog.cs (8)
111
[MemberNotNull(nameof(
_checkBoxUseValidatingType
))]
205
resources.ApplyResources(
_checkBoxUseValidatingType
, "checkBoxUseValidatingType");
206
_checkBoxUseValidatingType
.Checked = true;
207
_checkBoxUseValidatingType
.CheckState = CheckState.Checked;
208
_checkBoxUseValidatingType
.Margin = new Padding(0, 0, 0, 3);
209
_checkBoxUseValidatingType
.Name = "checkBoxUseValidatingType";
217
_maskTryItTable.Controls.Add(
_checkBoxUseValidatingType
, 2, 0);
586
if (
_checkBoxUseValidatingType
.Checked)