WritableBitmap(BitmapSource) is not supported. For Windows 8.1 you can get similar behavior with
RenderTargetBitmap
Check the date on the thread you link: it is from the Windows 8 developer preview. WritableBitmap(BitmapSource) never worked consistently and was removed for the consumer preview. For current information on supported classes please use the documentation
or object browser.
--Rob