6 references to InputPaneRcw
PresentationCore (6)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (6)
42private InputPaneRcw.IInputPane2 _inputPane; 86InputPaneRcw.IInputPaneInterop inputPaneInterop; 96inputPaneInterop = GetWinRtActivationFactory() as InputPaneRcw.IInputPaneInterop; 103inputPaneInterop = GetWinRtActivationFactory(forceInitialization: true) as InputPaneRcw.IInputPaneInterop; 106_inputPane = inputPaneInterop?.GetForWindow(hwnd.Value, typeof(InputPaneRcw.IInputPane2).GUID); 193_winRtActivationFactory = InputPaneRcw.GetInputPaneActivationFactory();