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