4 references to TryCreate
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
64
resolved = Uri.
TryCreate
(baseUri, locationString, out absoluteUri);
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
733
if (Uri.
TryCreate
(fontLocation, fakeFileName, out fileUri))
System (2)
net\System\Net\_FtpControlStream.cs (1)
967
if (!Uri.
TryCreate
(baseUri, escapedFilename, out newUri))
net\System\Net\webclient.cs (1)
971
if (!Uri.
TryCreate
(m_baseAddress, path, out uri))