3 overrides of Direction
System.Web (3)
UI\WebParts\DeclarativeCatalogPart.cs (1)
216
public override ContentDirection
Direction
{
UI\WebParts\PageCatalogPart.cs (1)
201
public override ContentDirection
Direction
{
UI\WebParts\WebPart.cs (1)
306
public override ContentDirection
Direction
{
3 writes to Direction
System.Web (3)
UI\WebParts\DeclarativeCatalogPart.cs (1)
218
set { base.
Direction
= value; }
UI\WebParts\PageCatalogPart.cs (1)
203
set { base.
Direction
= value; }
UI\WebParts\WebPart.cs (1)
311
base.
Direction
= value;
5 references to Direction
System.Web (5)
UI\WebControls\Panel.cs (2)
279
if (
Direction
== ContentDirection.LeftToRight) {
282
else if (
Direction
== ContentDirection.RightToLeft) {
UI\WebParts\DeclarativeCatalogPart.cs (1)
217
get { return base.
Direction
; }
UI\WebParts\PageCatalogPart.cs (1)
202
get { return base.
Direction
; }
UI\WebParts\WebPart.cs (1)
308
return base.
Direction
;