26 references to Fragment
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (1)
93
Debug.Assert(String.IsNullOrEmpty(_fontUri.
Fragment
));
PresentationFramework (8)
src\Framework\MS\Internal\Utility\BindUriHelper.cs (1)
189
frag = workuri.
Fragment
;
src\Framework\System\Windows\Documents\FixedPage.cs (4)
624
(uri.Scheme == PackUriHelper.UriSchemePack && !String.IsNullOrEmpty(uri.
Fragment
)))
641
(inputUri.Scheme == PackUriHelper.UriSchemePack && !String.IsNullOrEmpty(inputUri.
Fragment
))))
670
String fragment = workuri.
Fragment
;
1131
String fragment = startPartUri.
Fragment
;
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
383
string relativeUri = uri.AbsolutePath + uri.Query + uri.
Fragment
;
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
261
(string.Compare(aResolved.
Fragment
, bResolved.
Fragment
,
System (6)
compmod\microsoft\win32\NativeMethods.cs (1)
258
return uri.LocalPath + uri.
Fragment
;
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
78
return uri.LocalPath + uri.
Fragment
;
net\System\Net\FtpWebRequest.cs (1)
2046
if (cacheUri.
Fragment
.Length != 0 || username != null)
net\System\Net\HttpWebRequest.cs (1)
4214
if (cacheUri.
Fragment
.Length != 0)
net\System\uribuilder.cs (2)
69
m_fragment = uri.
Fragment
;
379
m_fragment = uri.
Fragment
;
System.Data.Services (1)
System\Data\Services\HttpContextServiceHost.cs (1)
321
if (!String.IsNullOrEmpty(this.absoluteServiceUri.
Fragment
))
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (1)
165
!string.IsNullOrEmpty(serviceRoot.
Fragment
) ||
System\Data\Services\Client\Util.cs (1)
278
Debug.Assert(String.IsNullOrEmpty(baseUri.Query) && String.IsNullOrEmpty(baseUri.
Fragment
), "baseUri has query or fragment");
System.ServiceModel (1)
System\ServiceModel\UriSchemeKeyedCollection.cs (1)
76
if (!string.IsNullOrEmpty(uri.
Fragment
))
System.Web (1)
Util\UrlPath.cs (1)
403
return relativePath + queryString + toUri.
Fragment
;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (1)
377
executablePath = codeBase.LocalPath + Uri.UnescapeDataString(codeBase.
Fragment
); ;
winforms\Managed\System\WinForms\Help.cs (2)
384
string localPath = file.LocalPath + file.
Fragment
;
421
string ext = Path.GetExtension(file == null ? url : file.LocalPath + file.
Fragment
).ToLower(CultureInfo.InvariantCulture);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
6396
return uri.LocalPath + uri.
Fragment
;
WindowsBase (2)
Base\System\IO\Packaging\PackUriHelper.cs (2)
126
if (packageUri.
Fragment
.Length != 0)
978
if (packageUri.
Fragment
!= String.Empty)