2 writes to FrozenColumnCount
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1222
FrozenColumnCount
= 0;
1285
arrangeState.
FrozenColumnCount
= parentDataGrid.FrozenColumnCount;
2 references to FrozenColumnCount
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1407
Debug.Assert(i >= arrangeState.
FrozenColumnCount
, "Frozen cells should have been realized or not visible");
1477
if (displayIndex < arrangeState.
FrozenColumnCount
)