7 instantiations of DialogDivider
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (3)
92this._subjectLine = new DialogDivider(); 93this._categoryLine = new DialogDivider(); 94this._contentLine = new DialogDivider();
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
38_divider = new DialogDivider();
MS\Internal\Documents\RMPermissions.Designer.cs (1)
47this.divider = new DialogDivider();
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
42_divider = new DialogDivider();
MS\Internal\Documents\SigningDialog.Designer.cs (1)
45_divider = new DialogDivider();
7 references to DialogDivider
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (3)
830private DialogDivider _subjectLine; 831private DialogDivider _categoryLine; 832private DialogDivider _contentLine;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
254private DialogDivider _divider;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
224private DialogDivider divider;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
246private DialogDivider _divider;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
302private DialogDivider _divider;