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)
213
if (radioButtonTemplate.Checked && (comboBoxTemplates.SelectedIndex <
_templates
.Count))
215
return
_templates
[comboBoxTemplates.SelectedIndex].Template;
308
comboBoxTemplates.DataSource =
_templates
;