5 references to SizeToCells
PresentationFramework (5)
System\Windows\Controls\DataGridColumn.cs (1)
374
type == DataGridLengthUnitType.
SizeToCells
||
System\Windows\Controls\DataGridLength.cs (3)
85
type != DataGridLengthUnitType.
SizeToCells
&&
227
get { return _unitType == DataGridLengthUnitType.
SizeToCells
; }
346
private static readonly DataGridLength _sizeToCells = new DataGridLength(AutoValue, DataGridLengthUnitType.
SizeToCells
, 0d, 0d);
System\Windows\Controls\DataGridLengthConverter.cs (1)
161
case DataGridLengthUnitType.
SizeToCells
: