3 references to IsInitialized
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (3)
2407get { return (_flags & GlyphRunFlags.IsInitialized) != 0; } 2412_flags |= GlyphRunFlags.IsInitialized; 2416_flags &= (~GlyphRunFlags.IsInitialized);