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