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