3 references to UriToString
PresentationFramework (3)
MS\Internal\AppModel\AppSecurityManager.cs (1)
95
BindUriHelper.
UriToString
(destinationUri), /*file*/
MS\Internal\AppModel\RequestStatusBarUpdateEventArgs.cs (1)
37
_text = BindUriHelper.
UriToString
(targetUri);
System\Windows\Controls\WebBrowser.cs (1)
889
object sourceString = ignoreEscaping ? source.AbsoluteUri : BindUriHelper.
UriToString
(source);