1 write to _template
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
983
_template
= filename;
3 references to _template
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.cs (3)
993
return
_template
;
1003
if (
_template
== null)
1011
return Path.GetFileNameWithoutExtension(
_template
.LocalPath);