1 write to _listboxItemPanel
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
46
_listboxItemPanel
= new System.Windows.Forms.Panel();
9 references to _listboxItemPanel
PresentationUI (9)
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (9)
50
_listboxItemPanel
.SuspendLayout();
166
_listboxMainPanel.Controls.Add(
_listboxItemPanel
);
174
_listboxItemPanel
.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
175
_listboxItemPanel
.Controls.Add(_listBoxSummary);
176
_listboxItemPanel
.Dock = System.Windows.Forms.DockStyle.Fill;
177
_listboxItemPanel
.Location = new System.Drawing.Point(0, 53);
178
_listboxItemPanel
.Name = "_listboxItemPanel";
179
_listboxItemPanel
.Size = new System.Drawing.Size(600, 217);
218
_listboxItemPanel
.ResumeLayout(false);