1 write to _maskTryItTable
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
131_maskTryItTable = new TableLayoutPanel();
18 references to _maskTryItTable
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\MaskDesignerDialog.cs (18)
112[MemberNotNull(nameof(_maskTryItTable))] 138_maskTryItTable.SuspendLayout(); 213resources.ApplyResources(_maskTryItTable, "maskTryItTable"); 214_maskTryItTable.ColumnStyles.Add(new ColumnStyle()); 215_maskTryItTable.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); 216_maskTryItTable.ColumnStyles.Add(new ColumnStyle()); 217_maskTryItTable.Controls.Add(_checkBoxUseValidatingType, 2, 0); 218_maskTryItTable.Controls.Add(_lblMask, 0, 0); 219_maskTryItTable.Controls.Add(_txtBoxMask, 1, 0); 220_maskTryItTable.Controls.Add(_lblTryIt, 0, 1); 221_maskTryItTable.Controls.Add(_maskedTextBox, 1, 1); 222_maskTryItTable.Margin = new Padding(0, 3, 0, 3); 223_maskTryItTable.Name = "maskTryItTable"; 224_maskTryItTable.RowStyles.Add(new RowStyle()); 225_maskTryItTable.RowStyles.Add(new RowStyle()); 249_overarchingTableLayoutPanel.Controls.Add(_maskTryItTable, 0, 3); 290_maskTryItTable.ResumeLayout(false); 291_maskTryItTable.PerformLayout();