35 references to Uri
PresentationBuildTasks (1)
Shared\MS\Internal\ResourceIDHelper.cs (1)
25Uri srcUri = new Uri(baseUri, relPath.Replace("#", "%23"));
PresentationCore (6)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (1)
139_absoluteLocation = new Uri(SiteOfOriginContainer.SiteOfOrigin, uriMinusInitialSlash);
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (1)
58uri = new Uri(uri, FakeFileName);
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
294fontSources.Add(new FontSource(new Uri(_uri, resourceName), _isWindowsFonts, isComposite));
Core\CSharp\System\Windows\Media\FontFamily.cs (1)
550Uri locationUri = new Uri(Util.WindowsFontsUriObject, canonicalFamilyReference.EscapedFileName);
Core\CSharp\System\Windows\Media\Fonts.cs (1)
128fontLocation = new Uri(baseUri, location);
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (1)
550return new Uri(baseUri, appendedUri);
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ContentFilePart.cs (1)
97Uri file = new Uri(codeBase, filePath);
src\Framework\System\Windows\ColorConvertedBitmapExtension.cs (1)
148return new Uri(_baseUri,uri);
System (3)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
107licenseFile = new Uri(new Uri(codeBase), rawFile);
net\System\Net\HttpWebRequest.cs (1)
5747newUri = new Uri(_Uri, location);
net\System\Net\HttpWebResponse.cs (1)
533m_Uri = new Uri(m_Uri, contentLocation);
System.Data.Services (1)
System\Data\Services\WebUtil.cs (1)
321absoluteUri = new Uri(absoluteUri, lastBaseSegment + "/");
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
735Uri uri = new Uri(currentReaderStream.Uri, location);
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
1764return new Uri(Globals.DataContractXsdBaseNamespaceUri, clrNs).AbsoluteUri;
System.ServiceModel (6)
System\ServiceModel\Channels\PipeConnection.cs (1)
2165Uri tempUri = new Uri(pipeUri, Guid.NewGuid().ToString());
System\ServiceModel\Channels\TransportChannelListener.cs (1)
609fullUri = new Uri(baseAddress, relativeAddress);
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
551fullUri = new Uri(baseAddress, relativeAddress);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
623return new Uri(new Uri(baseUri), relativeUri);
System\ServiceModel\ServiceHost.cs (1)
722return new Uri(baseUri, path);
System\ServiceModel\Syndication\FeedUtils.cs (1)
87return new Uri(rootBase, newBase);
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedTransportConfigurationBase.cs (1)
49addresses[i] = new Uri(listenAddresses[i].BaseAddress, absoluteVirtualPath);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
29basepath = new Uri(basepath, relativePath);
System.Web (2)
HttpRequest.cs (1)
1975_referrer = new Uri(this.Url, r);
HttpResponse.cs (1)
3308return (new Uri(Request.Url, url)).AbsoluteUri ;
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
3595templateUri = new Uri(new Uri(webFormUrl), url);
System.Web.Mobile (1)
UI\MobileControls\Design\ImageDesigner.cs (1)
116Uri imageUri = new Uri(baseUri, imageUriString);
System.Web.Services (1)
System\Web\Services\Discovery\DiscoveryReference.cs (1)
173return (new Uri(new Uri(baseUrl), relUrl)).GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Help.cs (1)
370file = new Uri(new Uri(AppDomain.CurrentDomain.SetupInformation.ApplicationBase),
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
3595templateUri = new Uri(new Uri(webFormUrl), url);
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2745string imageFilePath = System.Web.HttpUtility.UrlDecode((new Uri(new Uri(directory), path).LocalPath));
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
1476string imageFilePath = Uri.UnescapeDataString((new Uri(new Uri(directory), path).LocalPath));
System.Xml (1)
System\Xml\XmlResolver.cs (1)
82return new Uri( baseUri, relativeUri );
WindowsBase (2)
Base\System\IO\Packaging\PackUriHelper.cs (1)
809new Uri(_defaultUri, partName).GetComponents(UriComponents.Path |
Shared\MS\Internal\ResourceIDHelper.cs (1)
25Uri srcUri = new Uri(baseUri, relPath.Replace("#", "%23"));