11 references to s_DPList
PresentationFramework (11)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (11)
1384for (int i = 0, n = s_DPList[0].Length; i < n; i++) 1386UpdateHeaderProperty(header, s_DPList[2][i] /* header */, 1387s_DPList[1][i] /* column */, s_DPList[0][i] /* GV */); 1692foreach (DependencyProperty dp in s_DPList[1]) 1707for (int i = 0; i < s_DPList.Length; i++) 1709for (int j = 0; j < s_DPList[i].Length; j++) 1711if (indexDP == s_DPList[i][j]) 1713gvDP = s_DPList[0][j]; 1714columnDP = s_DPList[1][j]; 1715headerDP = s_DPList[2][j];