3 writes to StartPartUriString
PresentationFramework (3)
System\Windows\Documents\FixedPage.cs (3)
1097
fixedPage.
StartPartUriString
= startPartUriString.Substring(0, startPartUriString.IndexOf('#'));
1101
fixedPage.
StartPartUriString
= startPartUri.ToString();
1113
fixedPage.
StartPartUriString
= String.Empty;
4 references to StartPartUriString
PresentationFramework (4)
System\Windows\Documents\FixedPage.cs (4)
1076
if (fixedPage.
StartPartUriString
== null)
1111
if (fixedPage.
StartPartUriString
== null)
1117
if (fixedPage.
StartPartUriString
== String.Empty)
1123
return fixedPage.
StartPartUriString
;