4 references to IsPackApplicationUri
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
735
isEnumerable = BaseUriHelper.
IsPackApplicationUri
(fileUri);
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (1)
64
Debug.Assert(uri.IsAbsoluteUri && uri.Scheme == PackUriHelper.UriSchemePack && BaseUriHelper.
IsPackApplicationUri
(uri));
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (2)
201
Debug.Assert(uri != null && uri.IsAbsoluteUri && SecurityHelper.AreStringTypesEqual(uri.Scheme, PackUriHelper.UriSchemePack) &&
IsPackApplicationUri
(uri));
494
if (
IsPackApplicationUri
(uri))