9 references to dnInline
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
5042if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5054xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5104xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5377if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5678|| _type == DocumentNodeType.dnInline 6378DocumentNode dnNewDir = new DocumentNode(DocumentNodeType.dnInline)
System\Windows\Documents\XamlToRtfWriter.cs (3)
1885case DocumentNodeType.dnInline: 2624converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3718documentNodeType = DocumentNodeType.dnInline;