8 references to AsUnit
System.Web (8)
UI\Html32TextWriter.cs (1)
255
if (fu.Type == FontSize.
AsUnit
) {
UI\WebControls\FontInfo.cs (1)
192
if ((value.Type == FontSize.
AsUnit
) && (value.Unit.Value < 0)) {
UI\WebControls\FontUnit.cs (5)
97
if (this.type == FontSize.
AsUnit
) {
112
this.type = FontSize.
AsUnit
;
125
this.type = FontSize.
AsUnit
;
210
this.type = FontSize.
AsUnit
;
331
case FontSize.
AsUnit
:
UI\WebControls\FontUnitConverter.cs (1)
93
else if (u.Type != FontSize.
AsUnit
) {