16 references to Value
PresentationFramework (16)
MS\Internal\PtsHost\FigureHelper.cs (7)
92
value = structuralCache.CurrentFormatContext.PageWidth * figureLength.
Value
;
108
value = (columnWidth * cColumns + gap * (cColumns - 1)) * figureLength.
Value
;
113
double lengthValue = figureLength.
Value
;
139
value = (structuralCache.CurrentFormatContext.PageHeight) * figureLength.
Value
;
145
value = (structuralCache.CurrentFormatContext.PageHeight - pageMargin.Top - pageMargin.Bottom) * figureLength.
Value
;
158
double lengthValue = figureLength.
Value
;
218
value = figureLength.
Value
;
MS\Internal\PtsHost\FloaterParagraph.cs (1)
903
if(figureLength.IsAbsolute && figureLength.
Value
< availableSpace)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
401
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}";