1 write to _dsd
System.Web.Mobile (1)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
64
_dsd
= (IDeviceSpecificDesigner) designer;
14 references to _dsd
System.Web.Mobile (14)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (14)
65
_dsd
.SetDeviceSpecificEditor(this);
81
_dsd
,
86
_dsd
.RefreshHeader(_mergingContext);
87
String currentDeviceSpecificID =
_dsd
.CurrentDeviceSpecificID;
91
_dsd
.GetDeviceSpecific(currentDeviceSpecificID, out ds);
176
Debug.Assert(
_dsd
!= null);
180
if (null != _ds || null !=
_dsd
.UnderlyingObject)
395
_btnEditChoices.Enabled = (
_dsd
.UnderlyingObject != null);
451
_dsd
.UseCurrentDeviceSpecificID();
556
return
_dsd
.CurrentDeviceSpecificID;
572
return
_dsd
.UnderlyingControl;
580
return
_dsd
.UnderlyingObject;
586
return
_dsd
.GetDeviceSpecific(deviceSpecificParentID, out ds);
592
_dsd
.SetDeviceSpecific(deviceSpecificParentID, ds);