6 references to CommandFormat
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (1)
58else if (Control.Format == CommandFormat.Link &&
UI\MobileControls\Command.cs (4)
197DefaultValue(CommandFormat.Button), 201public CommandFormat Format 206return((o == null) ? CommandFormat.Button : (CommandFormat)o);
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
49if (Control.Format == CommandFormat.Button)