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); 87String currentDeviceSpecificID = _dsd.CurrentDeviceSpecificID; 91_dsd.GetDeviceSpecific(currentDeviceSpecificID, out ds); 176Debug.Assert(_dsd != null); 180if (null != _ds || null != _dsd.UnderlyingObject) 395_btnEditChoices.Enabled = (_dsd.UnderlyingObject != null); 451_dsd.UseCurrentDeviceSpecificID(); 556return _dsd.CurrentDeviceSpecificID; 572return _dsd.UnderlyingControl; 580return _dsd.UnderlyingObject; 586return _dsd.GetDeviceSpecific(deviceSpecificParentID, out ds); 592_dsd.SetDeviceSpecific(deviceSpecificParentID, ds);