1 instantiation of LayoutDependentGlyphRunProperties
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
304glyphRunProperties = new LayoutDependentGlyphRunProperties(GetDpi().PixelsPerDip);
3 references to LayoutDependentGlyphRunProperties
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
206private void ParseCaretStops(LayoutDependentGlyphRunProperties glyphRunProperties) 295LayoutDependentGlyphRunProperties glyphRunProperties = null; 1088private LayoutDependentGlyphRunProperties _glyphRunProperties;