2 writes to _lastAlignment
System.Web.Mobile (2)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (2)
1007
_lastAlignment
= layout.Align;
1168
_lastAlignment
= Alignment.Left;
1 reference to _lastAlignment
System.Web.Mobile (1)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (1)
1005
writeAlignment || layout.Align !=
_lastAlignment
,