4 references to ZIndex
System.Web (4)
UI\CssTextWriter.cs (3)
27
attrKeyLookupTable = new Hashtable((int)HtmlTextWriterStyle.
ZIndex
+ 1);
28
attrNameLookupArray = new AttributeInformation[(int)HtmlTextWriterStyle.
ZIndex
+ 1];
72
RegisterAttribute("z-index", HtmlTextWriterStyle.
ZIndex
);
UI\WebControls\MenuRendererStandards.cs (1)
125
.AddStyle(HtmlTextWriterStyle.
ZIndex
, "1");