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