4 references to IsSizeToCells
PresentationFramework (4)
System\Windows\Controls\DataGridCellsPanel.cs (1)
119
(width.
IsSizeToCells
&& !isColumnHeader))
System\Windows\Controls\DataGridColumn.cs (2)
525
(width.
IsSizeToCells
&& isHeader) ||
553
(width.
IsSizeToCells
&& !isHeader) ||
System\Windows\Controls\DataGridHelper.cs (1)
254
(!isColumnHeader && width.
IsSizeToCells
) ||