8 references to NativeMethods
PresentationCore (8)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (2)
199|| e.HResult == NativeMethods.E_NOINTERFACE 200|| e.HResult == NativeMethods.REGDB_E_CLASSNOTREG)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPaneRcw.cs (3)
26Marshal.ThrowExceptionForHR(NativeMethods.WindowsCreateString(typeName, typeName.Length, out hstring)); 30Marshal.ThrowExceptionForHR(NativeMethods.RoGetActivationFactory(hstring, ref iid, out object factory)); 35Marshal.ThrowExceptionForHR(NativeMethods.WindowsDeleteString(hstring));
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettingsRcw.cs (3)
17int hr = NativeMethods.WindowsCreateString(typeName, typeName.Length, out hstring); 21hr = NativeMethods.RoActivateInstance(hstring, out object instance); 27hr = NativeMethods.WindowsDeleteString(hstring);