3 types derived from XamlPropertyComplexEndNode
PresentationFramework (3)
System\Windows\Markup\XamlNodes.cs (3)
1869
internal class XamlPropertyArrayEndNode :
XamlPropertyComplexEndNode
1893
internal class XamlPropertyIListEndNode :
XamlPropertyComplexEndNode
1910
internal class XamlPropertyIDictionaryEndNode :
XamlPropertyComplexEndNode
2 instantiations of XamlPropertyComplexEndNode
PresentationFramework (2)
System\Windows\Markup\BamlWriter.cs (1)
785
new
XamlPropertyComplexEndNode
(
System\Windows\Markup\MarkupExtensionParser.cs (1)
710
propertyEnd = new
XamlPropertyComplexEndNode
(
4 references to XamlPropertyComplexEndNode
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (2)
771
XamlPropertyComplexEndNode
xamlPropertyComplexEnd)
1487
if(_deferElementDepth == 1 && xamlNode is
XamlPropertyComplexEndNode
)
System\Windows\Markup\BamlWriter.cs (2)
784
XamlPropertyComplexEndNode
complexEnd =
981
_bamlRecordWriter.WritePropertyComplexEnd((
XamlPropertyComplexEndNode
)node);