8 references to NativeMethods
PresentationCore (8)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (2)
205|| e.HResult == NativeMethods.E_NOINTERFACE 206|| e.HResult == NativeMethods.REGDB_E_CLASSNOTREG)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPaneRcw.cs (3)
28Marshal.ThrowExceptionForHR(NativeMethods.WindowsCreateString(typeName, typeName.Length, out hstring)); 32Marshal.ThrowExceptionForHR(NativeMethods.RoGetActivationFactory(hstring, ref iid, out object factory)); 37Marshal.ThrowExceptionForHR(NativeMethods.WindowsDeleteString(hstring));
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettingsRcw.cs (3)
21int hr = NativeMethods.WindowsCreateString(typeName, typeName.Length, out hstring); 25hr = NativeMethods.RoActivateInstance(hstring, out object instance); 31hr = NativeMethods.WindowsDeleteString(hstring);