3 references to IsInitializing
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphRun.cs (3)
2412
get { return (_flags & GlyphRunFlags.
IsInitializing
) != 0; }
2417
_flags |= GlyphRunFlags.
IsInitializing
;
2421
_flags &= (~GlyphRunFlags.
IsInitializing
);