1 write to _identifierLabel
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
62this._identifierLabel = new System.Windows.Forms.Label();
8 references to _identifierLabel
PresentationUI (8)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
66SetTextProperty(_identifierLabel, SR.DocumentPropertiesDialogIdentifierLabel);
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (7)
187this.tableLayoutPanel1.Controls.Add(this._identifierLabel, 0, 13); 386this._identifierLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 387this._identifierLabel.AutoSize = true; 388this._identifierLabel.Location = new System.Drawing.Point(3, 281); 389this._identifierLabel.Margin = new System.Windows.Forms.Padding(3); 390this._identifierLabel.Name = "_identifierLabel"; 391this._identifierLabel.Size = new System.Drawing.Size(47, 13);