3 types derived from XamlPropertyComplexEndNode
PresentationFramework (3)
System\Windows\Markup\XamlNodes.cs (3)
1873internal class XamlPropertyArrayEndNode : XamlPropertyComplexEndNode 1897internal class XamlPropertyIListEndNode : XamlPropertyComplexEndNode 1914internal class XamlPropertyIDictionaryEndNode : XamlPropertyComplexEndNode
2 instantiations of XamlPropertyComplexEndNode
PresentationFramework (2)
System\Windows\Markup\BamlWriter.cs (1)
799new XamlPropertyComplexEndNode(
System\Windows\Markup\MarkupExtensionParser.cs (1)
717propertyEnd = new XamlPropertyComplexEndNode(
4 references to XamlPropertyComplexEndNode
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (2)
774XamlPropertyComplexEndNode xamlPropertyComplexEnd) 1490if(_deferElementDepth == 1 && xamlNode is XamlPropertyComplexEndNode)
System\Windows\Markup\BamlWriter.cs (2)
798XamlPropertyComplexEndNode complexEnd = 995_bamlRecordWriter.WritePropertyComplexEnd((XamlPropertyComplexEndNode)node);