2 writes to _inputPane
PresentationCore (2)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (2)
106
_inputPane
= inputPaneInterop?.GetForWindow(hwnd.Value, typeof(InputPaneRcw.IInputPane2).GUID);
255
_inputPane
= null;
5 references to _inputPane
PresentationCore (5)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (5)
117
if (
_inputPane
== null)
147
result =
_inputPane
?.TryShow() ?? false;
169
result =
_inputPane
?.TryHide() ?? false;
243
if (
_inputPane
!= null)
248
Marshal.ReleaseComObject(
_inputPane
);