11 references to IsUnc
PresentationCore (5)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
750
return !fontLocation.IsAbsoluteUri || !fontLocation.IsFile || fontLocation.
IsUnc
;
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1214
if (uri.IsFile && uri.
IsUnc
) // for UNC
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (1)
1088
if (absoluteUri.IsFile && absoluteUri.
IsUnc
)
Shared\MS\Internal\SecurityHelper.cs (2)
450
if (uri.
IsUnc
|| uri.IsFile)
472
Invariant.Assert(contentUri.
IsUnc
);
PresentationFramework (3)
src\Framework\System\Windows\Controls\CustomDictionarySources.cs (1)
370
if (!(item.
IsUnc
|| item.IsFile || System.IO.Packaging.PackUriHelper.IsPackUri(item)))
src\Framework\System\Windows\Documents\FixedPage.cs (1)
620
uri.
IsUnc
||
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3089
if (_request.RequestUri.
IsUnc
&& _request.RequestUri.IsFile && se != null && se.PermissionType == typeof(FileIOPermission))
System (1)
net\System\URI.cs (1)
5035
if (basePart.
IsUnc
) {
System.Drawing (1)
commonui\System\Drawing\Icon.cs (1)
254
if (uri.
IsUnc
) {
System.Xml (1)
System\Xml\XmlSecureResolver.cs (1)
55
if (uri.IsAbsoluteUri && uri.
IsUnc
) {