3 references to IsInitializing
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (3)
2378get { return (_flags & GlyphRunFlags.IsInitializing) != 0; } 2383_flags |= GlyphRunFlags.IsInitializing; 2387_flags &= (~GlyphRunFlags.IsInitializing);