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)
123if (_inputPane == null) 153result = _inputPane?.TryShow() ?? false; 175result = _inputPane?.TryHide() ?? false; 249if (_inputPane != null) 254Marshal.ReleaseComObject(_inputPane);