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