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