3 implementations of Refresh
System.Web.Mobile (3)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
836void IRefreshableDeviceSpecificEditor.Refresh(
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
424void IRefreshableDeviceSpecificEditor.Refresh(
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
428void IRefreshableDeviceSpecificEditor.Refresh(String deviceSpecificID, DeviceSpecific ds)
3 references to Refresh
System.Web.Mobile (3)
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
913_deviceSpecificEditor.Refresh((String) _mergedUI.CbStyles.SelectedItem, _tmpCurrentStyle.DeviceSpecific); 968_deviceSpecificEditor.Refresh(null, null); // force the clean up and
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
92((IRefreshableDeviceSpecificEditor) this).Refresh(currentDeviceSpecificID, ds);