4 references to IsSizeToCells
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
121(width.IsSizeToCells && !isColumnHeader))
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
526(width.IsSizeToCells && isHeader) || 554(width.IsSizeToCells && !isHeader) ||
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
255(!isColumnHeader && width.IsSizeToCells) ||