3 references to GetChoiceFromIdentifier
System.Web.Mobile (3)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
312
DeviceSpecificChoice dsc =
GetChoiceFromIdentifier
((String) currentChoiceIdentifier, _ds);
456
_designer.CurrentChoice =
GetChoiceFromIdentifier
((String) _cmbChoices.SelectedItem, _ds);
487
DeviceSpecificChoice choice =
GetChoiceFromIdentifier
((String) _cmbChoices.SelectedItem, _ds);