4 references to Item
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (2)
60
&& type != RibbonControlLengthUnitType.
Item
141
get { return (_unitType == RibbonControlLengthUnitType.Pixel || _unitType == RibbonControlLengthUnitType.
Item
); }
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (2)
153
case RibbonControlLengthUnitType.
Item
:
233
Debug.Assert(unit == RibbonControlLengthUnitType.Pixel || unit == RibbonControlLengthUnitType.
Item
||