3 overrides of GetContentTypeCore
PresentationCore (1)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (1)
69protected override string GetContentTypeCore()
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ContentFilePart.cs (1)
111protected override string GetContentTypeCore()
src\Framework\MS\Internal\AppModel\ResourcePart.cs (1)
122protected override string GetContentTypeCore()
1 reference to GetContentTypeCore
WindowsBase (1)
Base\System\IO\Packaging\PackagePart.cs (1)
199string contentType = GetContentTypeCore();