Implemented interface member:
method
Clone
System.ICloneable.Clone()
3 references to Clone
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
235Style subCommandStyleNoItalic = (Style)subCommandStyle.Clone(); 289Style subCommandStyleNoItalic = (Style)subCommandStyle.Clone();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (1)
35_controlStyle = (Style) source.Clone();