3 types derived from XamlPropertyComplexEndNode
PresentationFramework (3)
System\Windows\Markup\XamlNodes.cs (3)
1868internal class XamlPropertyArrayEndNode : XamlPropertyComplexEndNode 1892internal class XamlPropertyIListEndNode : XamlPropertyComplexEndNode 1909internal class XamlPropertyIDictionaryEndNode : XamlPropertyComplexEndNode
2 instantiations of XamlPropertyComplexEndNode
PresentationFramework (2)
System\Windows\Markup\BamlWriter.cs (1)
786new XamlPropertyComplexEndNode(
System\Windows\Markup\MarkupExtensionParser.cs (1)
709propertyEnd = new XamlPropertyComplexEndNode(
4 references to XamlPropertyComplexEndNode
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (2)
768XamlPropertyComplexEndNode xamlPropertyComplexEnd) 1484if(_deferElementDepth == 1 && xamlNode is XamlPropertyComplexEndNode)
System\Windows\Markup\BamlWriter.cs (2)
785XamlPropertyComplexEndNode complexEnd = 982_bamlRecordWriter.WritePropertyComplexEnd((XamlPropertyComplexEndNode)node);