3 overrides of HasControls
System.Web (3)
UI\DataSourceControl.cs (1)
178public override bool HasControls() {
UI\HierarchicalDataSourceControl.cs (1)
140public override bool HasControls() {
UI\WebControls\xml.cs (1)
388public override bool HasControls() {
81 references to HasControls
System.Web (44)
UI\Control.cs (8)
1566if (HasControls()) { 1908if (HasControls()) { 1918if (HasControls()) { 2524if (HasControls()) { 3072Debug.Assert(HasControls()); 3102if (control.HasControls() && (control.flags[isNamingContainer] == false)) { 3146if (HasControls()) { 3233return HasControls() || HasRenderDelegate();
UI\DataSourceControl.cs (1)
179return base.HasControls();
UI\HierarchicalDataSourceControl.cs (1)
141return base.HasControls();
UI\HtmlControls\HtmlContainerControl.cs (1)
73else if (HasControls() && (Controls.Count == 1) && Controls[0] is DataBoundLiteralControl)
UI\HtmlControls\HtmlTableCellCollection.cs (2)
53if (owner.HasControls()) 104if (owner.HasControls())
UI\HtmlControls\HtmlTableRowCollection.cs (2)
54if (owner.HasControls()) 103if (owner.HasControls())
UI\HtmlControls\HtmlTitle.cs (1)
51if (HasControls() || HasRenderDelegate()) {
UI\MasterPage.cs (1)
198if (owner.HasControls()) {
UI\WebControls\HyperLink.cs (3)
185if (HasControls()) { 218if (HasControls()) { 254if (s != null && HasControls()) {
UI\WebControls\Label.cs (3)
137if (HasControls()) { 172if (HasControls()) { 207if (s != null && HasControls()) {
UI\WebControls\LinkButton.cs (3)
180if (HasControls()) { 319if (HasControls()) { 383if (s != null && HasControls()) {
UI\WebControls\TableCell.cs (2)
183if (HasControls()) { 282if (HasControls()) {
UI\WebControls\TableCellCollection.cs (3)
49if (owner.HasControls()) { 110if (owner.HasControls()) { 121if (owner.HasControls()) {
UI\WebControls\TableRowCollection.cs (3)
44if (owner.HasControls()) { 107if (owner.HasControls()) { 119if (owner.HasControls()) {
UI\WebControls\xml.cs (1)
389return base.HasControls();
UI\WebParts\CatalogZone.cs (1)
36if (container.HasControls()) {
UI\WebParts\DeclarativeCatalogPart.cs (2)
128if (container.HasControls()) { 144if (userControl != null && userControl.HasControls()) {
UI\WebParts\EditorZone.cs (1)
36if (container.HasControls()) {
UI\WebParts\EditorZoneBase.cs (1)
379if (HasControls()) {
UI\WebParts\WebPartManager.cs (2)
612if (HasControls()) { 1168if (HasControls()) {
UI\WebParts\WebPartZone.cs (2)
78if (container.HasControls()) { 82if (control.HasControls()) {
System.Web.Mobile (37)
UI\MobileControls\Adapters\ChtmlFormAdapter.cs (1)
83if (control.HasControls())
UI\MobileControls\Adapters\ControlAdapter.cs (1)
178if (Control.HasControls())
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
247if (ctl.HasControls())
UI\MobileControls\Adapters\HtmlFormAdapter.cs (2)
178if(Control.HasControls()) 505if (control.HasControls())
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
46if(Control.HasControls())
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
89if (Control.HasControls()) 100if (Control.Selection.HasControls())
UI\MobileControls\Adapters\WmlFormAdapter.cs (3)
83if (Control.HasControls()) 192if (control.HasControls()) 316if (control.HasControls())
UI\MobileControls\Adapters\WmlListAdapter.cs (1)
51if(Control.HasControls())
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (2)
88if (Control.HasControls()) 103if (Control.Selection.HasControls())
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
681if (control.HasControls()) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (2)
166if(Control.HasControls()) { 403if (control.HasControls())
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
35if (Control.HasControls()) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
198if (Control.HasControls()) { 208if (Control.Selection.HasControls()) {
UI\MobileControls\Design\CommandDesigner.cs (1)
78bool hasControls = _command.HasControls();
UI\MobileControls\Design\LabelDesigner.cs (1)
81bool hasControls = _label.HasControls();
UI\MobileControls\Design\LinkDesigner.cs (1)
81bool hasControls = _link.HasControls();
UI\MobileControls\Design\MobileControlDesigner.cs (1)
364bool hasControls = _mobileControl.HasControls();
UI\MobileControls\Design\MobileControlPersister.cs (2)
189if (parentControl.HasControls()) 903if (control.HasControls())
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
82bool hasControls = _call.HasControls();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
372if (control.HasControls())
UI\MobileControls\Design\TextViewDesigner.cs (1)
86bool hasControls = _textView.HasControls();
UI\MobileControls\MobileControl.cs (6)
907else if (HasControls()) 1280if (HasControls()) 1365if (ctl.HasControls()) 1391if (control.HasControls()) 1411if(control.HasControls()) { 1437if (ctl.HasControls())
UI\MobileControls\MobilePage.cs (1)
1329if (control.HasControls())
UI\MobileControls\ObjectList.cs (1)
1295if (count > 0 || HasControls())