3 references to IsInitialized
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphRun.cs (3)
2428
get { return (_flags & GlyphRunFlags.
IsInitialized
) != 0; }
2433
_flags |= GlyphRunFlags.
IsInitialized
;
2437
_flags &= (~GlyphRunFlags.
IsInitialized
);