8 references to dnImage
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (5)
5035if (Type == DocumentNodeType.dnImage) 5370if (Type == DocumentNodeType.dnImage) 5679|| _type == DocumentNodeType.dnImage 8172if (dnImage.Type == DocumentNodeType.dnImage) 8684DocumentNode 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;