8 references to dnImage
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (5)
5028if (Type == DocumentNodeType.dnImage) 5363if (Type == DocumentNodeType.dnImage) 5668|| _type == DocumentNodeType.dnImage 8156if (dnImage.Type == DocumentNodeType.dnImage) 8664DocumentNode dnImage = new DocumentNode(DocumentNodeType.dnImage);
System\Windows\Documents\XamlToRtfWriter.cs (3)
862if (documentNode.Type == DocumentNodeType.dnImage) 911if (documentNodeChild.Parent == documentNode && documentNodeChild.Type == DocumentNodeType.dnImage) 3739documentNodeType = DocumentNodeType.dnImage;