1 instantiation of ContentFilePart
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ResourceContainer.cs (1)
240return new ContentFilePart(this, uri);
2 references to ContentFilePart
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
751ContentFilePart part = GetResourceOrContentPart(uriContent) as ContentFilePart;