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