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