41 references to Value
System.Web (35)
UI\Html32TextWriter.cs (7)
257
if (fu.Unit.
Value
<= 8)
259
else if (fu.Unit.
Value
<= 10)
261
else if (fu.Unit.
Value
<= 12)
263
else if (fu.Unit.
Value
<= 14)
265
else if (fu.Unit.
Value
<= 18)
267
else if (fu.Unit.
Value
<= 24)
280
return u.
Value
.ToString(CultureInfo.InvariantCulture);
UI\ObjectStateFormatter.cs (1)
1157
writer.Write(uval.
Value
);
UI\WebControls\Adapters\MenuAdapter.cs (1)
379
double indent = owner.StaticSubMenuIndent.
Value
* depth;
UI\WebControls\FontInfo.cs (1)
192
if ((value.Type == FontSize.AsUnit) && (value.Unit.
Value
< 0)) {
UI\WebControls\Menu.cs (1)
1147
if (value.
Value
< 0) {
UI\WebControls\MenuItem.cs (2)
974
if (indent.
Value
!= 0) {
975
double indentValue = indent.
Value
* depth;
UI\WebControls\MenuItemStyle.cs (4)
48
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
84
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
110
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
188
if (bu.
Value
!= 0.0) {
UI\WebControls\MenuRendererStandards.cs (2)
208
if (!indent.IsEmpty && indent.
Value
!= 0) {
209
double indentValue = indent.
Value
* index;
UI\WebControls\Style.cs (4)
163
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
289
if (value.
Value
< 0) {
381
if (value.
Value
< 0) {
557
if (bu.
Value
!= 0.0) {
UI\WebControls\SubMenuStyle.cs (3)
44
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
70
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
144
if (bu.
Value
!= 0.0) {
UI\WebControls\Table.cs (1)
253
borderWidthString = ((int)borderWidth.
Value
).ToString(NumberFormatInfo.InvariantInfo);
UI\WebControls\TreeNodeStyle.cs (5)
50
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
75
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
132
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
157
if ((value.Type == UnitType.Percentage) || (value.
Value
< 0)) {
242
if (bu.
Value
!= 0.0) {
UI\WebControls\unitconverter.cs (1)
99
args = new object[] { u.
Value
, u.Type };
UI\WebParts\AppearanceEditorPart.cs (1)
324
_value.Text = value.
Value
.ToString(CultureInfo.CurrentCulture);
UI\WebParts\WebZone.cs (1)
228
if (value.
Value
< 0) {
System.Web.DataVisualization (6)
Common\General\ChartArea3D.cs (2)
2092
interval.Width = interval.Width * 100F / ((float)(this.Common.Chart.Width.
Value
- 1));
2093
interval.Height = interval.Height * 100F / ((float)(this.Common.Chart.Height.
Value
- 1));
Common\Utilities\XmlSerializer.cs (2)
1785
return unit.
Value
.ToString(System.Globalization.CultureInfo.InvariantCulture);
2699
writer.Write(((Unit)obj).
Value
);
WebForm\ChartWebControl.cs (2)
2363
chartPicture.Width = (int)value.
Value
;
2461
chartPicture.Height = (int)value.
Value
;