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