8 references to dnImage
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (5)
5025if (Type == DocumentNodeType.dnImage) 5360if (Type == DocumentNodeType.dnImage) 5669|| _type == DocumentNodeType.dnImage 8162if (dnImage.Type == DocumentNodeType.dnImage) 8674DocumentNode dnImage = new DocumentNode(DocumentNodeType.dnImage)
System\Windows\Documents\XamlToRtfWriter.cs (3)
860if (documentNode.Type == DocumentNodeType.dnImage) 909if (documentNodeChild.Parent == documentNode && documentNodeChild.Type == DocumentNodeType.dnImage) 3737documentNodeType = DocumentNodeType.dnImage;