1 write to IsInitialized
PresentationCore (1)
System\Windows\Media\GlyphRun.cs (1)
452
IsInitialized
= true; // The glyphrun is completely initialized
4 references to IsInitialized
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
296
if (glyphRun.
IsInitialized
)
2288
if (
IsInitialized
)
2342
if (!
IsInitialized
)
2359
Debug.Assert(!
IsInitialized
);