3 references to HasItemCommandHandler
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
142
bool hasCmdHandler = Control.
HasItemCommandHandler
;
UI\MobileControls\Adapters\WmlListAdapter.cs (1)
73
bool hasCmdHandler = Control.
HasItemCommandHandler
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
121
else if (Control.
HasItemCommandHandler
) {