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