16 references to Value
PresentationFramework (16)
MS\Internal\PtsHost\FigureHelper.cs (7)
93
value = structuralCache.CurrentFormatContext.PageWidth * figureLength.
Value
;
109
value = (columnWidth * cColumns + gap * (cColumns - 1)) * figureLength.
Value
;
114
double lengthValue = figureLength.
Value
;
140
value = (structuralCache.CurrentFormatContext.PageHeight) * figureLength.
Value
;
146
value = (structuralCache.CurrentFormatContext.PageHeight - pageMargin.Top - pageMargin.Bottom) * figureLength.
Value
;
159
double lengthValue = figureLength.
Value
;
219
value = figureLength.
Value
;
MS\Internal\PtsHost\FloaterParagraph.cs (1)
907
if(figureLength.IsAbsolute && figureLength.
Value
< availableSpace)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
404
elementHeight = figure.Height.
Value
;
System\Windows\FigureLength.cs (4)
162
&& fl1.
Value
== fl2.
Value
);
175
|| fl1.
Value
!= fl2.
Value
);
System\Windows\FigureLengthConverter.cs (3)
165
return (new InstanceDescriptor(ci, new object[] { fl.
Value
, fl.FigureUnitType }));
196
return Convert.ToString(fl.
Value
, cultureInfo);
199
return $"{Convert.ToString(fl.
Value
, cultureInfo)} {fl.FigureUnitType}";