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