1 write to _templates
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
299_templates = new ReadOnlyCollection<ServerSideTemplate>(templates);
3 references to _templates
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.cs (3)
213if (radioButtonTemplate.Checked && (comboBoxTemplates.SelectedIndex < _templates.Count)) 215return _templates[comboBoxTemplates.SelectedIndex].Template; 308comboBoxTemplates.DataSource = _templates;