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)
116if (_inputPane == null) 146result = _inputPane?.TryShow() ?? false; 168result = _inputPane?.TryHide() ?? false; 242if (_inputPane != null) 247Marshal.ReleaseComObject(_inputPane);