3 references to IsInitialized
PresentationCore (3)
System\Windows\Media\GlyphRun.cs (3)
2407
get { return (_flags & GlyphRunFlags.
IsInitialized
) != 0; }
2412
_flags |= GlyphRunFlags.
IsInitialized
;
2416
_flags &= (~GlyphRunFlags.
IsInitialized
);