6 references to InputPaneRcw
PresentationCore (6)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (6)
41private InputPaneRcw.IInputPane2 _inputPane; 85InputPaneRcw.IInputPaneInterop inputPaneInterop; 95inputPaneInterop = GetWinRtActivationFactory() as InputPaneRcw.IInputPaneInterop; 102inputPaneInterop = GetWinRtActivationFactory(forceInitialization: true) as InputPaneRcw.IInputPaneInterop; 105_inputPane = inputPaneInterop?.GetForWindow(hwnd.Value, typeof(InputPaneRcw.IInputPane2).GUID); 192_winRtActivationFactory = InputPaneRcw.GetInputPaneActivationFactory();