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