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