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))] 205resources.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); 586if (_checkBoxUseValidatingType.Checked)