3 writes to StartPartUriString
PresentationFramework (3)
System\Windows\Documents\FixedPage.cs (3)
1098
fixedPage.
StartPartUriString
= startPartUriString.Substring(0, startPartUriString.IndexOf('#'));
1102
fixedPage.
StartPartUriString
= startPartUri.ToString();
1114
fixedPage.
StartPartUriString
= String.Empty;
4 references to StartPartUriString
PresentationFramework (4)
System\Windows\Documents\FixedPage.cs (4)
1077
if (fixedPage.
StartPartUriString
== null)
1112
if (fixedPage.
StartPartUriString
== null)
1118
if (fixedPage.
StartPartUriString
== String.Empty)
1124
return fixedPage.
StartPartUriString
;