1 write to _statusLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
48this._statusLabel = new System.Windows.Forms.Label();
7 references to _statusLabel
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
71SetTextProperty(_statusLabel, SR.DocumentPropertiesDialogStatusLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
183this.tableLayoutPanel1.Controls.Add(this._statusLabel, 0, 11); 261this._statusLabel.AutoSize = true; 262this._statusLabel.Location = new System.Drawing.Point(3, 243); 263this._statusLabel.Margin = new System.Windows.Forms.Padding(3); 264this._statusLabel.Name = "_statusLabel"; 265this._statusLabel.Size = new System.Drawing.Size(37, 13);