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)
26
Marshal.ThrowExceptionForHR(
NativeMethods
.WindowsCreateString(typeName, typeName.Length, out hstring));
30
Marshal.ThrowExceptionForHR(
NativeMethods
.RoGetActivationFactory(hstring, ref iid, out object factory));
35
Marshal.ThrowExceptionForHR(
NativeMethods
.WindowsDeleteString(hstring));
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettingsRcw.cs (3)
17
int hr =
NativeMethods
.WindowsCreateString(typeName, typeName.Length, out hstring);
21
hr =
NativeMethods
.RoActivateInstance(hstring, out object instance);
27
hr =
NativeMethods
.WindowsDeleteString(hstring);