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)
117if (_inputPane == null) 147result = _inputPane?.TryShow() ?? false; 169result = _inputPane?.TryHide() ?? false; 243if (_inputPane != null) 248Marshal.ReleaseComObject(_inputPane);