21 references to ParseChildren
System.Web (16)
UI\HtmlControls\HtmlTable.cs (1)
26ParseChildren(true, "Rows")
UI\HtmlControls\HtmlTableRow.cs (1)
26ParseChildren(true, "Cells")
UI\ParseChildrenAsPropertiesAttribute.cs (4)
43public ParseChildrenAttribute() : this(false, null) { 49public ParseChildrenAttribute(bool childrenAsProperties) : this(childrenAsProperties, null) { 52public ParseChildrenAttribute(Type childControlType) : this(false, null) { 63private ParseChildrenAttribute(bool childrenAsProperties, bool allowChanges) : this(childrenAsProperties, null) {
UI\WebControls\ImageMap.cs (1)
23ParseChildren(true, "HotSpots"),
UI\WebControls\ListControl.cs (1)
29ParseChildren(true, "Items"),
UI\WebControls\listitem.cs (1)
45ParseChildren(true, "Text"),
UI\WebControls\MailDefinition.cs (1)
30ParseChildren(true, "")
UI\WebControls\MenuItem.cs (1)
24[ParseChildren(true, "ChildItems")]
UI\WebControls\Table.cs (1)
22ParseChildren(true, "Rows"),
UI\WebControls\TableRow.cs (1)
23ParseChildren(true, "Cells"),
UI\WebControls\TextBox.cs (1)
55ParseChildren(true, "Text"),
UI\WebControls\TreeNode.cs (1)
24[ParseChildren(true, "ChildNodes")]
UI\WebParts\WebPartConnection.cs (1)
16ParseChildren(true, "Transformers")
System.Web.Extensions (5)
UI\WebControls\Expressions\CustomExpression.cs (1)
14ParseChildren(true, "Parameters")
UI\WebControls\Expressions\OrderByExpression.cs (1)
12ParseChildren(true, "ThenByExpressions")
UI\WebControls\Expressions\ParameterDataSourceExpression.cs (1)
10ParseChildren(true, "Parameters")
UI\WebControls\Expressions\QueryExpression.cs (1)
12ParseChildren(true, "Expressions"),
UI\WebControls\QueryExtender.cs (1)
17[ParseChildren(true, "Expressions")]