4 references to IsSizeToCells
PresentationFramework (4)
System\Windows\Controls\DataGridCellsPanel.cs (1)
115(width.IsSizeToCells && !isColumnHeader))
System\Windows\Controls\DataGridColumn.cs (2)
522(width.IsSizeToCells && isHeader) || 550(width.IsSizeToCells && !isHeader) ||
System\Windows\Controls\DataGridHelper.cs (1)
248(!isColumnHeader && width.IsSizeToCells) ||