4 references to MemberPathToColumnDict
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (4)
147
MemberPathToColumnDict
.Clear();
152
!
MemberPathToColumnDict
.ContainsKey(column.SortMemberPath))
154
MemberPathToColumnDict
.Add(column.SortMemberPath, column);
167
if (
MemberPathToColumnDict
[description.PropertyName].SortDirection == null)