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