4 references to RibbonControlLength
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (2)
31
private static RibbonControlLength _auto = new
RibbonControlLength
(1.0, RibbonControlLengthUnitType.Auto);
41
:
this
(pixels, RibbonControlLengthUnitType.Pixel)
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (2)
107
return new
RibbonControlLength
(doubleValue, type);
242
return new
RibbonControlLength
(value, unit);