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