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