3 references to XPS_GLYPH_MAPPING
ReachFramework (3)
Serialization\RCW\IXpsOMGlyphs.cs (1)
50
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)
38
void GetGlyphMappings([In][Out] ref uint glyphMappingCount, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_GLYPH_MAPPING")] out
XPS_GLYPH_MAPPING
glyphMappings);
54
void SetGlyphMappings([In] uint glyphMappingCount, [In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_GLYPH_MAPPING")] ref
XPS_GLYPH_MAPPING
glyphMappings);