9 references to dnInline
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
5034if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5046xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5096xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5369if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5666|| _type == DocumentNodeType.dnInline 6366DocumentNode dnNewDir = new DocumentNode(DocumentNodeType.dnInline);
System\Windows\Documents\XamlToRtfWriter.cs (3)
1886case DocumentNodeType.dnInline: 2625converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3719documentNodeType = DocumentNodeType.dnInline;