3 references to IsInitialized
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphRun.cs (3)
2428get { return (_flags & GlyphRunFlags.IsInitialized) != 0; } 2433_flags |= GlyphRunFlags.IsInitialized; 2437_flags &= (~GlyphRunFlags.IsInitialized);