9 references to dnInline
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
5035if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5047xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5097xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5370if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5667|| _type == DocumentNodeType.dnInline 6367DocumentNode dnNewDir = new DocumentNode(DocumentNodeType.dnInline);
System\Windows\Documents\XamlToRtfWriter.cs (3)
1886case DocumentNodeType.dnInline: 2625converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3719documentNodeType = DocumentNodeType.dnInline;