Example #1
0
 internal override bool RemoveContext(GraphicsContext context)
 {
     return(IsDisposed || _contexts.Remove(context.As <GraphicsRenderContext>()));
 }