40 references to PersistChildren
System.Web (18)
UI\PersistChildrenAttribute.cs (3)
29public static readonly PersistChildrenAttribute Yes = new PersistChildrenAttribute(true); 35public static readonly PersistChildrenAttribute No = new PersistChildrenAttribute(false); 53public PersistChildrenAttribute(bool persist, bool usesCustomPersistence) : this(persist) {
UI\WebControls\HiddenField.cs (1)
22PersistChildren(false),
UI\WebControls\LoginView.cs (1)
24PersistChildren(false),
UI\WebControls\ModelErrorMessage.cs (1)
21PersistChildren(false)
UI\WebControls\ObjectDataSource.cs (1)
31PersistChildren(false),
UI\WebControls\Panel.cs (1)
24PersistChildren(true),
UI\WebControls\Repeater.cs (1)
24PersistChildren(false)
UI\WebControls\SiteMapDataSource.cs (1)
21PersistChildren(false),
UI\WebControls\SqlDataSource.cs (1)
37PersistChildren(false),
UI\WebControls\Substitution.cs (1)
24PersistChildren(false),
UI\WebControls\TemplatedWizardStep.cs (1)
19PersistChildren(false),
UI\WebControls\WebControl.cs (1)
27PersistChildren(false),
UI\WebControls\XmlDataSource.cs (1)
38PersistChildren(false),
UI\WebParts\Part.cs (1)
21PersistChildren(false),
UI\WebParts\ProxyWebPartManager.cs (1)
19PersistChildren(false)
UI\WebParts\WebPartManager.cs (1)
33PersistChildren(false),
System.Web.DynamicData (3)
DynamicData\DynamicDataManager.cs (1)
24[PersistChildren(false)]
DynamicData\EntityTemplate.cs (1)
7[PersistChildren(false)]
DynamicData\QueryableFilterRepeater.cs (1)
19[PersistChildren(false)]
System.Web.Entity (1)
System\Data\WebControls\EntityDataSource.cs (1)
43PersistChildren(false),
System.Web.Extensions (13)
UI\ExtenderControl.cs (1)
23PersistChildren(false),
UI\ScriptManager.cs (1)
43PersistChildren(false),
UI\ScriptManagerProxy.cs (1)
28PersistChildren(false),
UI\UpdatePanel.cs (1)
26PersistChildren(false),
UI\UpdateProgress.cs (1)
25PersistChildren(false),
UI\WebControls\DataPager.cs (1)
24PersistChildren(false),
UI\WebControls\Expressions\CustomExpression.cs (1)
13PersistChildren(false),
UI\WebControls\Expressions\OrderByExpression.cs (1)
11PersistChildren(false),
UI\WebControls\Expressions\ParameterDataSourceExpression.cs (1)
9PersistChildren(false),
UI\WebControls\Expressions\QueryExpression.cs (1)
13PersistChildren(false)
UI\WebControls\LinqDataSource.cs (1)
29PersistChildren(false),
UI\WebControls\QueryableDataSource.cs (1)
15PersistChildren(false)
UI\WebControls\QueryExtender.cs (1)
18[PersistChildren(false)]
System.Web.Mobile (5)
UI\MobileControls\DeviceSpecific.cs (1)
33PersistChildren(false),
UI\MobileControls\DeviceSpecificChoice.cs (1)
32PersistChildren(false),
UI\MobileControls\Form.cs (1)
23PersistChildren(true),
UI\MobileControls\MobileControl.cs (1)
40PersistChildren(false),
UI\MobileControls\Panel.cs (1)
20PersistChildren(true),