9 references to dnInline
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
5033if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5045xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5095xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5368if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5665|| _type == DocumentNodeType.dnInline 6365DocumentNode dnNewDir = new DocumentNode(DocumentNodeType.dnInline);
System\Windows\Documents\XamlToRtfWriter.cs (3)
1885case DocumentNodeType.dnInline: 2624converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3718documentNodeType = DocumentNodeType.dnInline;