3 writes to StartPartUriString
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedPage.cs (3)
1136
fixedPage.
StartPartUriString
= startPartUriString.Substring(0, startPartUriString.IndexOf('#'));
1140
fixedPage.
StartPartUriString
= startPartUri.ToString();
1152
fixedPage.
StartPartUriString
= String.Empty;
4 references to StartPartUriString
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedPage.cs (4)
1115
if (fixedPage.
StartPartUriString
== null)
1150
if (fixedPage.
StartPartUriString
== null)
1156
if (fixedPage.
StartPartUriString
== String.Empty)
1162
return fixedPage.
StartPartUriString
;