7 references to FigureUnitType
PresentationFramework (7)
src\Framework\System\Windows\FigureLength.cs (4)
162
return ( fl1.
FigureUnitType
== fl2.
FigureUnitType
175
return ( fl1.
FigureUnitType
!= fl2.
FigureUnitType
src\Framework\System\Windows\FigureLengthConverter.cs (3)
176
return (new InstanceDescriptor(ci, new object[] { fl.Value, fl.
FigureUnitType
}));
200
switch (fl.
FigureUnitType
)
210
return Convert.ToString(fl.Value, cultureInfo) + " " + fl.
FigureUnitType
.ToString();