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