提交 f16e7ba1 编写于 作者: C CyrusNajmabadi

Restore coe.

上级 215b882d
......@@ -85,14 +85,13 @@ private abstract class AbstractTableDataSourceFindUsagesContext :
_findReferencesWindow = findReferencesWindow;
TableControl = (IWpfTableControl2)findReferencesWindow.TableControl;
// Determine the current grouping state
DetermineCurrentGroupingByDefinitionState();
TableControl.GroupingsChanged += OnTableControlGroupingsChanged;
// If the window is closed, cancel any work we're doing.
_findReferencesWindow.Closed += OnFindReferencesWindowClosed;
DetermineCurrentGroupingByDefinitionState();
// Remove any existing sources in the window.
foreach (var source in findReferencesWindow.Manager.Sources.ToArray())
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册