4 instantiations of ZoneButton
System.Web (4)
UI\WebParts\ToolZone.cs (1)
379
ZoneButton button = new
ZoneButton
(this, eventArgument);
UI\WebParts\WebPartChrome.cs (3)
422
ZoneButton button = new
ZoneButton
(Zone, null);
479
ZoneButton button = new
ZoneButton
(Zone, String.Empty);
533
ZoneButton button = new
ZoneButton
(Zone, eventArgument);
4 references to ZoneButton
System.Web (4)
UI\WebParts\ToolZone.cs (1)
379
ZoneButton
button = new ZoneButton(this, eventArgument);
UI\WebParts\WebPartChrome.cs (3)
422
ZoneButton
button = new ZoneButton(Zone, null);
479
ZoneButton
button = new ZoneButton(Zone, String.Empty);
533
ZoneButton
button = new ZoneButton(Zone, eventArgument);