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