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