3 writes to StartPartUriString
PresentationFramework (3)
System\Windows\Documents\FixedPage.cs (3)
1105
fixedPage.
StartPartUriString
= startPartUriString.Substring(0, startPartUriString.IndexOf('#'));
1109
fixedPage.
StartPartUriString
= startPartUri.ToString();
1121
fixedPage.
StartPartUriString
= String.Empty;
4 references to StartPartUriString
PresentationFramework (4)
System\Windows\Documents\FixedPage.cs (4)
1084
if (fixedPage.
StartPartUriString
== null)
1119
if (fixedPage.
StartPartUriString
== null)
1125
if (fixedPage.
StartPartUriString
== String.Empty)
1131
return fixedPage.
StartPartUriString
;