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