16 references to Value
PresentationFramework (16)
MS\Internal\PtsHost\FigureHelper.cs (7)
83
value = structuralCache.CurrentFormatContext.PageWidth * figureLength.
Value
;
99
value = (columnWidth * cColumns + gap * (cColumns - 1)) * figureLength.
Value
;
104
double lengthValue = figureLength.
Value
;
130
value = (structuralCache.CurrentFormatContext.PageHeight) * figureLength.
Value
;
136
value = (structuralCache.CurrentFormatContext.PageHeight - pageMargin.Top - pageMargin.Bottom) * figureLength.
Value
;
149
double lengthValue = figureLength.
Value
;
209
value = figureLength.
Value
;
MS\Internal\PtsHost\FloaterParagraph.cs (1)
897
if(figureLength.IsAbsolute && figureLength.
Value
< availableSpace)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
404
elementHeight = figure.Height.
Value
;
System\Windows\FigureLength.cs (4)
160
&& fl1.
Value
== fl2.
Value
);
173
|| fl1.
Value
!= fl2.
Value
);
System\Windows\FigureLengthConverter.cs (3)
158
return (new InstanceDescriptor(ci, new object[] { fl.
Value
, fl.FigureUnitType }));
189
return Convert.ToString(fl.
Value
, cultureInfo);
192
return $"{Convert.ToString(fl.
Value
, cultureInfo)} {fl.FigureUnitType}";