34 references to Depth
PresentationBuildTasks (34)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
103
xamlObjectNode.
Depth
,
614
xamlClrEventNode.
Depth
,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (9)
515
xamlEndAttributesNode.
Depth
,
663
_inPropertyTriggerDepth = xamlElementStartNode.
Depth
;
669
_inSetterDepth = xamlElementStartNode.
Depth
;
813
xamlElementEndNode.
Depth
== _inSetterDepth)
819
if (xamlElementEndNode.
Depth
== _inPropertyTriggerDepth)
1238
xamlClrEventNode.
Depth
,
1249
xamlClrEventNode.
Depth
,
1261
xamlClrEventNode.
Depth
));
1437
xamlPropertyNode.LinePosition,xamlPropertyNode.
Depth
,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (20)
248
if (_inSetterDepth == xamlUnknownTagEndNode.
Depth
)
253
xamlUnknownTagEndNode.
Depth
);
701
_inPropertyTriggerDepth = xamlElementStartNode.
Depth
;
707
_inSetterDepth = xamlElementStartNode.
Depth
;
724
xamlElementStartNode.
Depth
,
732
xamlElementStartNode.
Depth
));
871
xamlElementEndNode.
Depth
== _inSetterDepth)
877
if (xamlElementEndNode.
Depth
== _inPropertyTriggerDepth)
898
xamlElementEndNode.
Depth
));
1370
xamlClrEventNode.
Depth
,
1432
xamlPropertyNode.
Depth
,
1440
xamlPropertyNode.
Depth
));
1444
xamlPropertyNode.
Depth
,
1450
xamlPropertyNode.
Depth
));
1454
xamlPropertyNode.
Depth
));
1634
xamlPropertyNode.
Depth
,
1642
xamlPropertyNode.
Depth
));
1646
xamlPropertyNode.
Depth
,
1653
xamlPropertyNode.
Depth
));
1657
xamlPropertyNode.
Depth
));
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (3)
477
if (0 == xamlEndAttributesNode.
Depth
)
1114
if (xamlNode.
Depth
<= SkipActionDepthCount &&
1143
SkipActionDepthCount = xamlNode.
Depth
;