4 overrides of GetContentTypeCore
PresentationCore (1)
MS\Internal\AppModel\SiteOfOriginPart.cs (1)
58protected override string GetContentTypeCore()
PresentationFramework (2)
MS\Internal\AppModel\ContentFilePart.cs (1)
82protected override string GetContentTypeCore()
MS\Internal\AppModel\ResourcePart.cs (1)
95protected override string GetContentTypeCore()
PresentationUI (1)
MS\Internal\Documents\Application\WriteableOnDemandPackagePart.cs (1)
122protected override string GetContentTypeCore()
1 reference to GetContentTypeCore
System.IO.Packaging (1)
System\IO\Packaging\PackagePart.cs (1)
172string contentType = GetContentTypeCore();