1 write to IsInitialized
PresentationCore (1)
System\Windows\Media\GlyphRun.cs (1)
453
IsInitialized
= true; // The glyphrun is completely initialized
4 references to IsInitialized
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
297
if (glyphRun.
IsInitialized
)
2289
if (
IsInitialized
)
2343
if (!
IsInitialized
)
2360
Debug.Assert(!
IsInitialized
);