11 references to s_DPList
PresentationFramework (11)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (11)
1378for (int i = 0, n = s_DPList[0].Length; i < n; i++) 1380UpdateHeaderProperty(header, s_DPList[2][i] /* header */, 1381s_DPList[1][i] /* column */, s_DPList[0][i] /* GV */); 1686foreach (DependencyProperty dp in s_DPList[1]) 1701for (int i = 0; i < s_DPList.Length; i++) 1703for (int j = 0; j < s_DPList[i].Length; j++) 1705if (indexDP == s_DPList[i][j]) 1707gvDP = s_DPList[0][j]; 1708columnDP = s_DPList[1][j]; 1709headerDP = s_DPList[2][j];