1 instantiation of LayoutDependentGlyphRunProperties
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
302
glyphRunProperties = new
LayoutDependentGlyphRunProperties
(GetDpi().PixelsPerDip);
3 references to LayoutDependentGlyphRunProperties
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
204
private void ParseCaretStops(
LayoutDependentGlyphRunProperties
glyphRunProperties)
293
LayoutDependentGlyphRunProperties
glyphRunProperties = null;
1086
private
LayoutDependentGlyphRunProperties
_glyphRunProperties;