9 references to dnInline
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
5032if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5044xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5094xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5367if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5668|| _type == DocumentNodeType.dnInline 6368DocumentNode dnNewDir = new DocumentNode(DocumentNodeType.dnInline)
System\Windows\Documents\XamlToRtfWriter.cs (3)
1884case DocumentNodeType.dnInline: 2623converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3717documentNodeType = DocumentNodeType.dnInline;