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