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