21 references to Visible
System.Web (21)
UI\WebParts\CatalogZoneBase.cs (2)
493
if (AddVerb.
Visible
&& AddVerb.Enabled) {
498
if (CloseVerb.
Visible
&& CloseVerb.Enabled) {
UI\WebParts\ConnectionsZone.cs (4)
1304
if (DisconnectVerb.
Visible
&& DisconnectVerb.Enabled) {
1315
if (ConnectVerb.
Visible
&& ConnectVerb.Enabled) {
1342
if (CloseVerb.
Visible
&& CloseVerb.Enabled) {
1349
if (CancelVerb.
Visible
&& CancelVerb.Enabled) {
UI\WebParts\EditorZoneBase.cs (3)
342
if (ApplyVerb.
Visible
&& ApplyVerb.Enabled && WebPartToEdit != null) {
347
if (CancelVerb.
Visible
&& CancelVerb.Enabled && WebPartToEdit != null) {
352
if (OKVerb.
Visible
&& OKVerb.Enabled && WebPartToEdit != null) {
UI\WebParts\ToolZone.cs (3)
275
HeaderCloseVerb.
Visible
&& HeaderCloseVerb.Enabled) {
333
if (headerCloseVerb.
Visible
) {
357
if (verb.
Visible
) {
UI\WebParts\WebPartChrome.cs (1)
723
if (!verb.
Visible
) {
UI\WebParts\WebPartZoneBase.cs (8)
1070
if (CloseVerb.
Visible
&& CloseVerb.Enabled) {
1075
if (ConnectVerb.
Visible
&& ConnectVerb.Enabled) {
1080
if (DeleteVerb.
Visible
&& DeleteVerb.Enabled) {
1085
if (EditVerb.
Visible
&& EditVerb.Enabled) {
1090
if (MinimizeVerb.
Visible
&& MinimizeVerb.Enabled) {
1095
if (RestoreVerb.
Visible
&& RestoreVerb.Enabled) {
1147
if (verb != null && verb.
Visible
&& verb.Enabled) {
1164
if (verb != null && verb.
Visible
&& verb.Enabled) {