1 instantiation of Property
System.Web.Mobile (1)
UI\MobileControls\Style.cs (1)
797return new Property(name, type, defaultValue, inherit);
5 references to Property
System.Web.Mobile (5)
UI\MobileControls\Style.cs (5)
366return GetValue((Property)key, false, true, null); 370Property property = (Property)key; 381return GetValue((Property)key, inherit, true, null); 385private Object GetValue(Property property, bool inherit, bool returnDefault, Hashtable stylesEncountered)