40 instantiations of PersistChildren
System.Web (18)
UI\PersistChildrenAttribute.cs (2)
29
public static readonly PersistChildrenAttribute Yes = new
PersistChildrenAttribute
(true);
35
public static readonly PersistChildrenAttribute No = new
PersistChildrenAttribute
(false);
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\xml.cs (1)
91
PersistChildren
(false, true),
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),
11 references to PersistChildren
System.Web (5)
UI\PersistChildrenAttribute.cs (5)
29
public static readonly
PersistChildrenAttribute
Yes = new PersistChildrenAttribute(true);
35
public static readonly
PersistChildrenAttribute
No = new PersistChildrenAttribute(false);
41
public static readonly
PersistChildrenAttribute
Default = Yes;
97
if ((obj != null) && (obj is
PersistChildrenAttribute
)) {
98
return ((
PersistChildrenAttribute
)obj).Persist == _persist;
System.Web.Mobile (6)
UI\MobileControls\Design\MobileControlPersister.cs (6)
183
PersistChildrenAttribute
pca =
184
(
PersistChildrenAttribute
)TypeDescriptor.GetAttributes(collItem.GetType())[typeof(
PersistChildrenAttribute
)];
898
PersistChildrenAttribute
pca =
899
(
PersistChildrenAttribute
)TypeDescriptor.GetAttributes(control.GetType())[typeof(
PersistChildrenAttribute
)];