34 references to Depth
PresentationBuildTasks (34)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
112
xamlObjectNode.
Depth
,
623
xamlClrEventNode.
Depth
,
Framework\System\Windows\Markup\StyleXamlParser.cs (9)
524
xamlEndAttributesNode.
Depth
,
675
_inPropertyTriggerDepth = xamlElementStartNode.
Depth
;
681
_inSetterDepth = xamlElementStartNode.
Depth
;
825
xamlElementEndNode.
Depth
== _inSetterDepth)
831
if (xamlElementEndNode.
Depth
== _inPropertyTriggerDepth)
1250
xamlClrEventNode.
Depth
,
1261
xamlClrEventNode.
Depth
,
1273
xamlClrEventNode.
Depth
));
1449
xamlPropertyNode.LinePosition,xamlPropertyNode.
Depth
,
Framework\System\Windows\Markup\TemplateXamlParser.cs (20)
256
if (_inSetterDepth == xamlUnknownTagEndNode.
Depth
)
261
xamlUnknownTagEndNode.
Depth
);
712
_inPropertyTriggerDepth = xamlElementStartNode.
Depth
;
718
_inSetterDepth = xamlElementStartNode.
Depth
;
735
xamlElementStartNode.
Depth
,
743
xamlElementStartNode.
Depth
));
884
xamlElementEndNode.
Depth
== _inSetterDepth)
890
if (xamlElementEndNode.
Depth
== _inPropertyTriggerDepth)
911
xamlElementEndNode.
Depth
));
1382
xamlClrEventNode.
Depth
,
1444
xamlPropertyNode.
Depth
,
1452
xamlPropertyNode.
Depth
));
1456
xamlPropertyNode.
Depth
,
1462
xamlPropertyNode.
Depth
));
1466
xamlPropertyNode.
Depth
));
1646
xamlPropertyNode.
Depth
,
1654
xamlPropertyNode.
Depth
));
1658
xamlPropertyNode.
Depth
,
1665
xamlPropertyNode.
Depth
));
1669
xamlPropertyNode.
Depth
));
Framework\System\Windows\Markup\XamlParser.cs (3)
485
if (0 == xamlEndAttributesNode.
Depth
)
1220
if (xamlNode.
Depth
<= SkipActionDepthCount &&
1249
SkipActionDepthCount = xamlNode.
Depth
;