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