1 write to MimeType
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
263Application.Current.MimeType = mimeType;
3 references to MimeType
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\AppSecurityManager.cs (1)
286if (Application.Current.MimeType != MimeType.Document)
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (1)
174return app != null && app.MimeType == MimeType.Markup;
src\Framework\System\Windows\StartupEventArgs.cs (1)
69( ( Application.Current.MimeType != MimeType.Application )