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