3 types derived from XamlPropertyComplexEndNode
PresentationFramework (3)
src\Framework\System\Windows\Markup\xamlnodes.cs (3)
1889internal class XamlPropertyArrayEndNode : XamlPropertyComplexEndNode 1913internal class XamlPropertyIListEndNode : XamlPropertyComplexEndNode 1930internal class XamlPropertyIDictionaryEndNode : XamlPropertyComplexEndNode
2 instantiations of XamlPropertyComplexEndNode
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
811new XamlPropertyComplexEndNode(
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
731propertyEnd = new XamlPropertyComplexEndNode(
4 references to XamlPropertyComplexEndNode
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
783XamlPropertyComplexEndNode xamlPropertyComplexEnd) 1499if(_deferElementDepth == 1 && xamlNode is XamlPropertyComplexEndNode)
src\Framework\System\Windows\Markup\BamlWriter.cs (2)
810XamlPropertyComplexEndNode complexEnd = 1007_bamlRecordWriter.WritePropertyComplexEnd((XamlPropertyComplexEndNode)node);