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