8 references to dnImage
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (5)
5026if (Type == DocumentNodeType.dnImage) 5361if (Type == DocumentNodeType.dnImage) 5666|| _type == DocumentNodeType.dnImage 8154if (dnImage.Type == DocumentNodeType.dnImage) 8662DocumentNode dnImage = new DocumentNode(DocumentNodeType.dnImage);
System\Windows\Documents\XamlToRtfWriter.cs (3)
861if (documentNode.Type == DocumentNodeType.dnImage) 910if (documentNodeChild.Parent == documentNode && documentNodeChild.Type == DocumentNodeType.dnImage) 3738documentNodeType = DocumentNodeType.dnImage;