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