1 write to _unitType
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (1)
70
_unitType
= type;
7 references to _unitType
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (7)
124
return ((int)_unitValue + (int)
_unitType
);
145
get { return (
_unitType
== RibbonControlLengthUnitType.Pixel ||
_unitType
== RibbonControlLengthUnitType.Item); }
154
get { return (
_unitType
== RibbonControlLengthUnitType.Auto); }
163
get { return (
_unitType
== RibbonControlLengthUnitType.Star); }
171
get { return ((
_unitType
== RibbonControlLengthUnitType.Auto) ? 1.0 : _unitValue); }
179
get { return
_unitType
; }