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