2 writes to _hasItemDetails
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (2)
423_hasItemDetails = BooleanOption.False; 432_hasItemDetails = BooleanOption.True;
2 references to _hasItemDetails
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (2)
397if (_hasItemDetails == BooleanOption.NotSet) 439return _hasItemDetails == BooleanOption.True;