3 references to IInputPane2
PresentationCore (3)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (2)
48private InputPaneRcw.IInputPane2 _inputPane; 112_inputPane = inputPaneInterop?.GetForWindow(hwnd.Value, typeof(InputPaneRcw.IInputPane2).GUID);
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPaneRcw.cs (1)
62IInputPane2 GetForWindow([In] IntPtr appWindow, [In] ref Guid riid);