9 references to dnInline
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
5041if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5053xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5103xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5376if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5677|| _type == DocumentNodeType.dnInline 6377DocumentNode dnNewDir = new DocumentNode(DocumentNodeType.dnInline)
System\Windows\Documents\XamlToRtfWriter.cs (3)
1884case DocumentNodeType.dnInline: 2623converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3717documentNodeType = DocumentNodeType.dnInline;