16 references to Value
PresentationFramework (16)
MS\Internal\PtsHost\FigureHelper.cs (7)
84
value = structuralCache.CurrentFormatContext.PageWidth * figureLength.
Value
;
100
value = (columnWidth * cColumns + gap * (cColumns - 1)) * figureLength.
Value
;
105
double lengthValue = figureLength.
Value
;
131
value = (structuralCache.CurrentFormatContext.PageHeight) * figureLength.
Value
;
137
value = (structuralCache.CurrentFormatContext.PageHeight - pageMargin.Top - pageMargin.Bottom) * figureLength.
Value
;
150
double lengthValue = figureLength.
Value
;
210
value = figureLength.
Value
;
MS\Internal\PtsHost\FloaterParagraph.cs (1)
898
if(figureLength.IsAbsolute && figureLength.
Value
< availableSpace)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
405
elementHeight = figure.Height.
Value
;
System\Windows\FigureLength.cs (4)
161
&& fl1.
Value
== fl2.
Value
);
174
|| fl1.
Value
!= fl2.
Value
);
System\Windows\FigureLengthConverter.cs (3)
159
return (new InstanceDescriptor(ci, new object[] { fl.
Value
, fl.FigureUnitType }));
190
return Convert.ToString(fl.
Value
, cultureInfo);
193
return $"{Convert.ToString(fl.
Value
, cultureInfo)} {fl.FigureUnitType}";