6 references to RibbonControlLengthUnitType
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonControlLength.cs (4)
79
return (length1.
RibbonControlLengthUnitType
== length2.
RibbonControlLengthUnitType
&&
88
return (length1.
RibbonControlLengthUnitType
!= length2.
RibbonControlLengthUnitType
||
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (2)
131
return new InstanceDescriptor(ci, new object[] { length.Value, length.
RibbonControlLengthUnitType
});
147
switch (length.
RibbonControlLengthUnitType
)