meshawn
meshawn
Feature request (UserVoice request: ) ## Current behavior Unable to zoom ## Expected behavior Able to zoom ## Minimal reproduction of the problem with instructions I didn't create a user...
## I'm submitting a... Bug report (I searched for similar issues and did not find one) ## Current behavior Loading WPF WebView from an assembly and accessing WebView1.Process causes MissingManifestResourceException...
Here's a cheezy fix: ``` public static bool IsWindows8Point1OrGreater { get { try { string Query = "Select Name from Win32_OperatingSystem"; using (System.Management.ManagementObjectSearcher searcher = new System.Management.ManagementObjectSearcher(Query)) { foreach (System.Management.ManagementObject...