2 writes to _inputPane
PresentationCore (2)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (2)
105
_inputPane
= inputPaneInterop?.GetForWindow(hwnd.Value, typeof(InputPaneRcw.IInputPane2).GUID);
254
_inputPane
= null;
5 references to _inputPane
PresentationCore (5)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (5)
116
if (
_inputPane
== null)
146
result =
_inputPane
?.TryShow() ?? false;
168
result =
_inputPane
?.TryHide() ?? false;
242
if (
_inputPane
!= null)
247
Marshal.ReleaseComObject(
_inputPane
);