1 write to _choice
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
645
_choice
= choice;
3 references to _choice
System.Web.Mobile (3)
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
911
String value = ((IAttributeAccessor)
_choice
).GetAttribute(propertyName) as String;
1008
IAttributeAccessor overrides = (IAttributeAccessor)
_choice
;
1034
return
_choice
;