41 implementations of IsTrackingViewState
System.Web (30)
UI\DataSourceCache.cs (1)
261
bool IStateManager.
IsTrackingViewState
{
UI\StateBag.cs (1)
416
bool IStateManager.
IsTrackingViewState
{
UI\StateManagedCollection.cs (1)
695
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\AutoFieldsGenerator.cs (1)
130
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\AutoGeneratedFieldProperties.cs (1)
97
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\Column.cs (1)
468
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\ColumnCollection.cs (1)
214
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\DataControlField.cs (1)
677
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\DataKey.cs (1)
155
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\DataKeyArray.cs (1)
108
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\HotSpot.cs (1)
278
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\listitem.cs (1)
253
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\ListItemCollection.cs (1)
323
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\MailDefinition.cs (1)
339
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\MenuItem.cs (1)
1247
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\MenuItemBinding.cs (1)
558
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\MenuItemCollection.cs (1)
218
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\MethodParametersDictionary.cs (1)
196
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\MethodParameterValue.cs (1)
91
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\ModelDataSource.cs (1)
142
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\ModelDataSourceView.cs (1)
1314
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\ObjectDataSourceView.cs (1)
2046
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\PagerSettings.cs (1)
433
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\Parameter.cs (1)
636
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\SqlDataSourceView.cs (1)
1502
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\Style.cs (1)
846
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\TreeNode.cs (1)
1717
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\TreeNodeBinding.cs (1)
535
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\TreeNodeCollection.cs (1)
262
bool IStateManager.
IsTrackingViewState
{
UI\WebParts\WebPartVerb.cs (1)
290
bool IStateManager.
IsTrackingViewState
{
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1599
bool IStateManager.
IsTrackingViewState
System.Web.Extensions (3)
UI\WebControls\DataPagerField.cs (1)
148
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\Expressions\DataSourceExpression.cs (1)
105
bool IStateManager.
IsTrackingViewState
{
UI\WebControls\QueryableDataSourceView.cs (1)
819
bool IStateManager.
IsTrackingViewState
{
System.Web.Mobile (7)
UI\MobileControls\MobileListItem.cs (1)
368
bool IStateManager.
IsTrackingViewState
{
UI\MobileControls\MobileListItemCollection.cs (1)
419
bool IStateManager.
IsTrackingViewState
{
UI\MobileControls\ObjectListCommandCollection.cs (1)
225
bool IStateManager.
IsTrackingViewState
{
UI\MobileControls\ObjectListField.cs (1)
240
bool IStateManager.
IsTrackingViewState
UI\MobileControls\ObjectListFieldCollection.cs (1)
310
bool IStateManager.
IsTrackingViewState
{
UI\MobileControls\ObjectListItemCollection.cs (1)
222
bool IStateManager.
IsTrackingViewState
{
UI\MobileControls\Style.cs (1)
818
bool IStateManager.
IsTrackingViewState
{
9 references to IsTrackingViewState
System.Web (6)
UI\StateManagedCollection.cs (2)
124
if (((IStateManager)this).
IsTrackingViewState
) {
730
if (!((IStateManager)this).
IsTrackingViewState
) {
UI\WebControls\listitem.cs (3)
135
if (((IStateManager)this).
IsTrackingViewState
)
184
if (((IStateManager)this).
IsTrackingViewState
)
207
if (((IStateManager)this).
IsTrackingViewState
)
UI\WebControls\ModelDataSource.cs (1)
78
return ((IStateManager)View).
IsTrackingViewState
;
System.Web.Mobile (3)
UI\MobileControls\MobileListItem.cs (2)
156
if (((IStateManager)this).
IsTrackingViewState
)
343
if (((IStateManager)this).
IsTrackingViewState
)
UI\MobileControls\Style.cs (1)
132
if (((IStateManager)this).
IsTrackingViewState
)