5 implementations of SetDeviceSpecific
System.Web.Mobile (5)
UI\MobileControls\Design\MobileControlDesigner.cs (1)
593void IDeviceSpecificDesigner.SetDeviceSpecific(String deviceSpecificParentID, DeviceSpecific ds)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
1021void IDeviceSpecificDesigner.SetDeviceSpecific(String deviceSpecificParentID, DeviceSpecific ds)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
580void IDeviceSpecificDesigner.SetDeviceSpecific(String deviceSpecificParentID, DeviceSpecific ds)
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
792void IDeviceSpecificDesigner.SetDeviceSpecific(String deviceSpecificParentID, DeviceSpecific ds)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
589void IDeviceSpecificDesigner.SetDeviceSpecific(String deviceSpecificParentID, DeviceSpecific ds)
3 references to SetDeviceSpecific
System.Web.Mobile (3)
UI\MobileControls\Design\DeviceSpecificDialogCachedState.cs (2)
34designer.SetDeviceSpecific(deviceSpecificID, null); 52designer.SetDeviceSpecific(deviceSpecificID, deviceSpecific);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
592_dsd.SetDeviceSpecific(deviceSpecificParentID, ds);