9 references to dnInline
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
5096if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5108xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5158xamlStringBuilder.Append(XamlNames[(int)DocumentNodeType.dnInline]); 5431if (Type == DocumentNodeType.dnText || Type == DocumentNodeType.dnInline) 5747|| _type == DocumentNodeType.dnInline 6448DocumentNode dnNewDir = new DocumentNode(DocumentNodeType.dnInline);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
1888case DocumentNodeType.dnInline: 2626converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3726documentNodeType = DocumentNodeType.dnInline;