1 write to IsInitialized
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
490
IsInitialized
= true; // The glyphrun is completely initialized
4 references to IsInitialized
PresentationCore (4)
Core\CSharp\System\Windows\Media\GlyphRun.cs (4)
326
if (glyphRun.
IsInitialized
)
2336
if (
IsInitialized
)
2390
if (!
IsInitialized
)
2407
Debug.Assert(!
IsInitialized
);