2 references to WindowsCreateString
PresentationCore (2)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPaneRcw.cs (1)
28
Marshal.ThrowExceptionForHR(NativeMethods.
WindowsCreateString
(typeName, typeName.Length, out hstring));
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettingsRcw.cs (1)
21
int hr = NativeMethods.
WindowsCreateString
(typeName, typeName.Length, out hstring);