8 references to dnImage
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
5089if (Type == DocumentNodeType.dnImage) 5424if (Type == DocumentNodeType.dnImage) 5748|| _type == DocumentNodeType.dnImage 8237if (dnImage.Type == DocumentNodeType.dnImage) 8752DocumentNode dnImage = new DocumentNode(DocumentNodeType.dnImage);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
863if (documentNode.Type == DocumentNodeType.dnImage) 912if (documentNodeChild.Parent == documentNode && documentNodeChild.Type == DocumentNodeType.dnImage) 3746documentNodeType = DocumentNodeType.dnImage;