4 references to IsSizeToCells
PresentationFramework (4)
System\Windows\Controls\DataGridCellsPanel.cs (1)
113(width.IsSizeToCells && !isColumnHeader))
System\Windows\Controls\DataGridColumn.cs (2)
521(width.IsSizeToCells && isHeader) || 549(width.IsSizeToCells && !isHeader) ||
System\Windows\Controls\DataGridHelper.cs (1)
247(!isColumnHeader && width.IsSizeToCells) ||