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