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