11 references to s_DPList
PresentationFramework (11)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (11)
1381for (int i = 0, n = s_DPList[0].Length; i < n; i++) 1383UpdateHeaderProperty(header, s_DPList[2][i] /* header */, 1384s_DPList[1][i] /* column */, s_DPList[0][i] /* GV */); 1689foreach (DependencyProperty dp in s_DPList[1]) 1704for (int i = 0; i < s_DPList.Length; i++) 1706for (int j = 0; j < s_DPList[i].Length; j++) 1708if (indexDP == s_DPList[i][j]) 1710gvDP = s_DPList[0][j]; 1711columnDP = s_DPList[1][j]; 1712headerDP = s_DPList[2][j];