3 references to XPS_GLYPH_INDEX
ReachFramework (3)
Serialization\RCW\IXpsOMGlyphs.cs (1)
46
void GetGlyphIndices([In][Out] ref uint indexCount, [In][Out][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_GLYPH_INDEX")] ref
XPS_GLYPH_INDEX
glyphIndices);
Serialization\RCW\IXpsOMGlyphsEditor.cs (2)
34
void GetGlyphIndices([In][Out] ref uint indexCount, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_GLYPH_INDEX")] out
XPS_GLYPH_INDEX
glyphIndices);
52
void SetGlyphIndices([In] uint indexCount, [In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_GLYPH_INDEX")] ref
XPS_GLYPH_INDEX
glyphIndices);