2 writes to _inputPane
PresentationCore (2)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (2)
112
_inputPane
= inputPaneInterop?.GetForWindow(hwnd.Value, typeof(InputPaneRcw.IInputPane2).GUID);
261
_inputPane
= null;
5 references to _inputPane
PresentationCore (5)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (5)
123
if (
_inputPane
== null)
153
result =
_inputPane
?.TryShow() ?? false;
175
result =
_inputPane
?.TryHide() ?? false;
249
if (
_inputPane
!= null)
254
Marshal.ReleaseComObject(
_inputPane
);