8 references to dnImage
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (5)
5027if (Type == DocumentNodeType.dnImage) 5362if (Type == DocumentNodeType.dnImage) 5667|| _type == DocumentNodeType.dnImage 8155if (dnImage.Type == DocumentNodeType.dnImage) 8663DocumentNode 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;