Members 
BitmapContext Structure
A disposable cross-platform wrapper around a WriteableBitmap, allowing a common API for Silverlight + WPF with locking + unlocking if necessary
Syntax
public struct BitmapContext : System.ValueType 
Remarks
Attempting to put as many preprocessor hacks in this file, to keep the rest of the codebase relatively clean
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Windows.Media.Imaging.BitmapContext

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also