3 references to XPS_GLYPH_MAPPING
ReachFramework (3)
Serialization\RCW\IXpsOMGlyphs.cs (1)
48
void GetGlyphMappings([In][Out] ref uint glyphMappingCount, [In][Out][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_GLYPH_MAPPING")] ref
XPS_GLYPH_MAPPING
glyphMappings);
Serialization\RCW\IXpsOMGlyphsEditor.cs (2)
36
void GetGlyphMappings([In][Out] ref uint glyphMappingCount, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_GLYPH_MAPPING")] out
XPS_GLYPH_MAPPING
glyphMappings);
52
void SetGlyphMappings([In] uint glyphMappingCount, [In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_GLYPH_MAPPING")] ref
XPS_GLYPH_MAPPING
glyphMappings);