3 writes to _currentWrittenLayout
System.Web.Mobile (3)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
203
_currentWrittenLayout
= null;
1147
_currentWrittenLayout
= layout;
1160
_currentWrittenLayout
= null;
4 references to _currentWrittenLayout
System.Web.Mobile (4)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (4)
1068
if (
_currentWrittenLayout
!= null && layout.Compare(
_currentWrittenLayout
))
1118
if (
_currentWrittenLayout
== null)
1156
if (
_currentWrittenLayout
!= null)