1 write to _listboxMainPanel
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
45
_listboxMainPanel
= new System.Windows.Forms.Panel();
10 references to _listboxMainPanel
PresentationUI (10)
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (10)
49
_listboxMainPanel
.SuspendLayout();
164
_listboxMainPanel
.BackColor = System.Drawing.SystemColors.Info;
165
_listboxMainPanel
.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
166
_listboxMainPanel
.Controls.Add(_listboxItemPanel);
167
_listboxMainPanel
.Controls.Add(_columnHeaderPanel);
168
_listboxMainPanel
.Location = new System.Drawing.Point(15, 15);
169
_listboxMainPanel
.Name = "_listboxMainPanel";
170
_listboxMainPanel
.Size = new System.Drawing.Size(602, 272);
187
_mainLayoutTable.Controls.Add(
_listboxMainPanel
, 0, 1);
217
_listboxMainPanel
.ResumeLayout(false);