6 references to InputPaneRcw
PresentationCore (6)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (6)
48private InputPaneRcw.IInputPane2 _inputPane; 92InputPaneRcw.IInputPaneInterop inputPaneInterop; 102inputPaneInterop = GetWinRtActivationFactory() as InputPaneRcw.IInputPaneInterop; 109inputPaneInterop = GetWinRtActivationFactory(forceInitialization: true) as InputPaneRcw.IInputPaneInterop; 112_inputPane = inputPaneInterop?.GetForWindow(hwnd.Value, typeof(InputPaneRcw.IInputPane2).GUID); 199_winRtActivationFactory = InputPaneRcw.GetInputPaneActivationFactory();