8 references to dnImage
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (5)
5034if (Type == DocumentNodeType.dnImage) 5369if (Type == DocumentNodeType.dnImage) 5678|| _type == DocumentNodeType.dnImage 8171if (dnImage.Type == DocumentNodeType.dnImage) 8683DocumentNode 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;