1 override of IsEmpty
System.Web (1)
UI\WebControls\HyperLinkStyle.cs (1)
34public sealed override bool IsEmpty {
84 references to IsEmpty
System.Web (84)
UI\HTMLTextWriter.cs (2)
31if (!style.IsEmpty || tag != HtmlTextWriterTag.Span) { 39if (!style.IsEmpty || tag != HtmlTextWriterTag.Span) {
UI\WebControls\Adapters\MenuAdapter.cs (1)
172if (!rootMenuStyle.IsEmpty) {
UI\WebControls\Calendar.cs (4)
972if (dayStyle != null && !dayStyle.IsEmpty) 974if (todayDayStyle != null && !todayDayStyle.IsEmpty) 976if (otherMonthDayStyle != null && !otherMonthDayStyle.IsEmpty) 978if (weekendDayStyle != null && !weekendDayStyle.IsEmpty)
UI\WebControls\CheckBox.cs (1)
427if (!controlStyle.IsEmpty) {
UI\WebControls\CreateUserWizard.cs (1)
2048if (!NavigationButtonStyle.IsEmpty) {
UI\WebControls\DataGridPagerStyle.cs (3)
254if (s != null && !s.IsEmpty) { 282if (s != null && !s.IsEmpty) { 284if (IsEmpty) {
UI\WebControls\DetailsView.cs (2)
3230if (ControlStyleCreated && !ControlStyle.IsEmpty) { 3335if (webControl != null && fieldControlStyle != null && !fieldControlStyle.IsEmpty) {
UI\WebControls\FormView.cs (1)
2776if (ControlStyleCreated && !ControlStyle.IsEmpty) {
UI\WebControls\GridView.cs (2)
3957if (controlStyleCreated && !ControlStyle.IsEmpty) { 4100if (webControl != null && fieldControlStyle != null && !fieldControlStyle.IsEmpty) {
UI\WebControls\LoginUtil.cs (2)
46if (style == null || style.IsEmpty) { 58if (style == null || style.IsEmpty) {
UI\WebControls\MenuItem.cs (1)
688else if (!subMenuStyle.IsEmpty) {
UI\WebControls\MenuItemStyle.cs (3)
128if (mis != null && !mis.IsEmpty) { 233if (IsEmpty) { 243if (mis != null && !mis.IsEmpty) {
UI\WebControls\MenuRendererClassic.cs (1)
237if (rootMenuStyle != null && !rootMenuStyle.IsEmpty) {
UI\WebControls\MenuRendererStandards.cs (1)
82if (!Menu.ControlStyle.IsEmpty) {
UI\WebControls\PanelStyle.cs (3)
178if (s != null && !s.IsEmpty) { 222if (s != null && !s.IsEmpty) { 223if (IsEmpty) {
UI\WebControls\PopOutPanel.cs (1)
131if ((ScrollerStyle != null) && !ScrollerStyle.IsEmpty) {
UI\WebControls\Style.cs (3)
456if (s != null && !s.IsEmpty) { 723if (s == null || s.IsEmpty) 726if (IsEmpty) {
UI\WebControls\SubMenuStyle.cs (3)
88if (sms != null && !sms.IsEmpty) { 191if (IsEmpty) { 203if (sms != null && !sms.IsEmpty && s.RegisteredCssClass.Length == 0) {
UI\WebControls\TableItemStyle.cs (3)
175if (s != null && !s.IsEmpty) { 217if (s != null && !s.IsEmpty) { 219if (IsEmpty) {
UI\WebControls\TableStyle.cs (3)
247if (s != null && !s.IsEmpty) { 298if (s != null && !s.IsEmpty) { 299if (IsEmpty) {
UI\WebControls\TreeNodeStyle.cs (3)
175if (tns != null && !tns.IsEmpty) { 289if (IsEmpty) { 299if (tns != null && !tns.IsEmpty) {
UI\WebControls\TreeView.cs (1)
2815if (style.IsEmpty) {
UI\WebControls\WebControl.cs (3)
631if (ControlStyleCreated && !ControlStyle.IsEmpty) { 663if ((s != null) && (s.IsEmpty == false)) { 791if ((s != null) && (s.IsEmpty == false)) {
UI\WebControls\Wizard.cs (1)
3283if (ControlStyleCreated && !ControlStyle.IsEmpty) {
UI\WebParts\CatalogPartChrome.cs (3)
101if (!partChromeStyle.IsEmpty) { 118if (!partTitleStyle.IsEmpty) { 132if (!partStyle.IsEmpty) {
UI\WebParts\CatalogZoneBase.cs (1)
631if (!emptyZoneTextStyle.IsEmpty) {
UI\WebParts\EditorPart.cs (2)
168if (Zone != null && !Zone.EditUIStyle.IsEmpty) { 208if (Zone != null && !Zone.ErrorStyle.IsEmpty) {
UI\WebParts\EditorPartChrome.cs (3)
90if (!partChromeStyle.IsEmpty) { 104if (!partStyle.IsEmpty) { 164if (!_titleTextStyle.IsEmpty) {
UI\WebParts\EditorZoneBase.cs (1)
442if (!emptyZoneTextStyle.IsEmpty) {
UI\WebParts\ErrorWebPart.cs (1)
43if (zone != null && !zone.ErrorStyle.IsEmpty) {
UI\WebParts\ImportCatalogPart.cs (7)
436if (zone != null && !zone.LabelStyle.IsEmpty) { 445if (zone != null && !zone.EditUIStyle.IsEmpty) { 451if (zone != null && !zone.LabelStyle.IsEmpty) { 459if (zone != null && !zone.EditUIStyle.IsEmpty) { 468if (zone != null && !zone.ErrorStyle.IsEmpty) { 478if (zone != null && !zone.ErrorStyle.IsEmpty) { 487if (zone != null && !zone.LabelStyle.IsEmpty) {
UI\WebParts\ToolZone.cs (2)
295if (!headerStyle.IsEmpty) { 309if (!style.IsEmpty) {
UI\WebParts\WebPartChrome.cs (6)
252if (!style.IsEmpty) { 284if (!Zone.ErrorStyle.IsEmpty) { 385if (!_titleTextStyle.IsEmpty) { 633if (!partChromeStyle.IsEmpty) { 675if (!_titleStyleWithoutFontOrAlign.IsEmpty) { 701if (!partStyle.IsEmpty) {
UI\WebParts\WebPartMenu.cs (1)
94if (style != null && !style.IsEmpty) {
UI\WebParts\WebPartMenuStyle.cs (3)
83if (s != null && !s.IsEmpty) { 107if (s != null && !s.IsEmpty) { 108if (IsEmpty) {
UI\WebParts\WebPartZoneBase.cs (3)
1401if (!emptyZoneTextStyle.IsEmpty) { 1438if (!headerStyle.IsEmpty) { 1452if (!style.IsEmpty) {
UI\WebParts\WebZone.cs (2)
585if (!headerStyle.IsEmpty) { 609if (!footerStyle.IsEmpty) {