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