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