4 writes to _alignment
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (4)
506
_alignment
= Alignment.Left;
520
_alignment
= (Alignment) style[Style.AlignmentKey, true];
523
_alignment
= Alignment.Left;
568
set {
_alignment
= value; }
2 references to _alignment
System.Web.Mobile (2)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
521
if(
_alignment
== Alignment.NotSet)
567
get { return
_alignment
; }