SYMBOL INDEX (570 symbols across 80 files) FILE: Source/WriteableBitmapEx.Wpf/NativeMethods.cs class NativeMethods (line 7) | internal static class NativeMethods method CopyUnmanagedMemory (line 9) | [TargetedPatchingOptOut("Internal method only, inlined across NGen bou... method SetUnmanagedMemory (line 18) | [TargetedPatchingOptOut("Internal method only, inlined across NGen bou... method memcpy (line 26) | [DllImport("msvcrt.dll", EntryPoint = "memcpy", CallingConvention = Ca... method memset (line 35) | [DllImport("msvcrt.dll", EntryPoint = "memset", CallingConvention = Ca... FILE: Source/WriteableBitmapEx/BitmapContext.cs type ReadWriteMode (line 34) | public enum ReadWriteMode type BitmapContext (line 51) | public method BitmapContext (line 97) | public BitmapContext(WriteableBitmap writeableBitmap) method BitmapContext (line 107) | public BitmapContext(WriteableBitmap writeableBitmap, ReadWriteMode mode) method CopyPixels (line 186) | private unsafe void CopyPixels() method BlockCopy (line 221) | public static void BlockCopy(BitmapContext src, int srcOffset, BitmapC... method BlockCopy (line 230) | public static void BlockCopy(Array src, int srcOffset, BitmapContext d... method BlockCopy (line 239) | public static void BlockCopy(BitmapContext src, int srcOffset, Array d... method Clear (line 247) | public void Clear() method Dispose (line 256) | public void Dispose() method BlockCopy (line 281) | public static void BlockCopy(BitmapContext src, int srcOffset, BitmapC... method BlockCopy (line 290) | public static void BlockCopy(Array src, int srcOffset, BitmapContext d... method BlockCopy (line 299) | public static void BlockCopy(BitmapContext src, int srcOffset, Array d... method Clear (line 307) | public void Clear() method Dispose (line 316) | public unsafe void Dispose() method BlockCopy (line 386) | [System.Runtime.TargetedPatchingOptOut("Candidate for inlining across ... method BlockCopy (line 396) | [System.Runtime.TargetedPatchingOptOut("Candidate for inlining across ... method BlockCopy (line 409) | [System.Runtime.TargetedPatchingOptOut("Candidate for inlining across ... method BlockCopy (line 422) | [System.Runtime.TargetedPatchingOptOut("Candidate for inlining across ... method BlockCopy (line 435) | [System.Runtime.TargetedPatchingOptOut("Candidate for inlining across ... method Clear (line 447) | [System.Runtime.TargetedPatchingOptOut("Candidate for inlining across ... method Dispose (line 456) | public void Dispose() method IncrementRefCount (line 478) | private static void IncrementRefCount(WriteableBitmap target) method DecrementRefCount (line 483) | private static int DecrementRefCount(WriteableBitmap target) type BitmapContextBitmapProperties (line 497) | private struct BitmapContextBitmapProperties FILE: Source/WriteableBitmapEx/BitmapFactory.cs class BitmapFactory (line 38) | public static class BitmapFactory method New (line 47) | public static WriteableBitmap New(int pixelWidth, int pixelHeight) method ConvertToPbgra32Format (line 67) | public static WriteableBitmap ConvertToPbgra32Format(BitmapSource source) method FromContent (line 91) | public static async Task FromContent(Uri uri, BitmapP... method FromStream (line 107) | public static async Task FromStream(Stream stream, Bi... method FromStream (line 122) | public static async Task FromStream(IRandomAccessStre... method FromPixelBuffer (line 150) | public static async Task FromPixelBuffer(IBuffer pixe... method FromResource (line 170) | public static WriteableBitmap FromResource(string relativePath) method FromContent (line 182) | public static WriteableBitmap FromContent(string relativePath) method FromStream (line 195) | public static WriteableBitmap FromStream(Stream stream) FILE: Source/WriteableBitmapEx/WriteableBitmapAntialiasingExtensions.cs class WriteableBitmapExtensions (line 37) | static partial class WriteableBitmapExtensions method AAWidthLine (line 42) | private static void AAWidthLine(int width, int height, BitmapContext c... method Swap (line 322) | private static void Swap(ref T a, ref T b) method AALineQ1 (line 329) | private static void AALineQ1(int width, int height, BitmapContext cont... FILE: Source/WriteableBitmapEx/WriteableBitmapBaseExtensions.cs class WriteableBitmapExtensions (line 31) | public method ConvertColor (line 47) | public static int ConvertColor(double opacity, Color color) method ConvertColor (line 59) | public static int ConvertColor(Color color) method ConvertColorT (line 76) | public static int ConvertColorT(Color color) method AlphaBlendArgbPixels (line 90) | [MethodImpl(256)] method Clear (line 116) | public static void Clear(this WriteableBitmap bmp, Color color) method Clear (line 148) | public static void Clear(this WriteableBitmap bmp) method Clone (line 161) | public static WriteableBitmap Clone(this WriteableBitmap bmp) method ForEach (line 184) | public static void ForEach(this WriteableBitmap bmp, Func method Edge (line 583) | public Edge(int startX, int startY, int endX, int endY) method CompareTo (line 610) | public int CompareTo(Edge other) method FillPolygonsEvenOdd (line 631) | public static void FillPolygonsEvenOdd(this WriteableBitmap bmp, int[]... method FillPolygonsEvenOdd (line 650) | public static void FillPolygonsEvenOdd(this WriteableBitmap bmp, int[]... method FillQuad (line 834) | public static void FillQuad(this WriteableBitmap bmp, int x1, int y1, ... method FillQuad (line 853) | public static void FillQuad(this WriteableBitmap bmp, int x1, int y1, ... method FillTriangle (line 869) | public static void FillTriangle(this WriteableBitmap bmp, int x1, int ... method FillTriangle (line 886) | public static void FillTriangle(this WriteableBitmap bmp, int x1, int ... method ComputeBezierPoints (line 910) | [Obsolete("Obsolete, left for compatibility reasons. Please use List ComputeBezierPoints(int x1, int y1, int cx1, ... method FillBeziers (line 981) | public static void FillBeziers(this WriteableBitmap bmp, int[] points,... method FillBeziers (line 995) | public static void FillBeziers(this WriteableBitmap bmp, int[] points,... method ComputeSegmentPoints (line 1035) | [Obsolete("Obsolete, left for compatibility reasons. Please use List ComputeSegmentPoints(int x1, int y1, int x2, ... method FillCurve (line 1113) | public static void FillCurve(this WriteableBitmap bmp, int[] points, f... method FillCurve (line 1127) | public static void FillCurve(this WriteableBitmap bmp, int[] points, f... method FillCurveClosed (line 1157) | public static void FillCurveClosed(this WriteableBitmap bmp, int[] poi... method FillCurveClosed (line 1171) | public static void FillCurveClosed(this WriteableBitmap bmp, int[] poi... FILE: Source/WriteableBitmapEx/WriteableBitmapFilterExtensions.cs class WriteableBitmapExtensions (line 30) | public method Convolute (line 79) | public static WriteableBitmap Convolute(this WriteableBitmap bmp, int[... method Convolute (line 97) | public static WriteableBitmap Convolute(this WriteableBitmap bmp, int[... method Invert (line 197) | public static WriteableBitmap Invert(this WriteableBitmap bmp) method Gray (line 240) | public static WriteableBitmap Gray(this WriteableBitmap bmp) method AdjustContrast (line 281) | public static WriteableBitmap AdjustContrast(this WriteableBitmap bmp,... method AdjustBrightness (line 330) | public static WriteableBitmap AdjustBrightness(this WriteableBitmap bm... method AdjustGamma (line 377) | public static WriteableBitmap AdjustGamma(this WriteableBitmap bmp, do... FILE: Source/WriteableBitmapEx/WriteableBitmapLineExtensions.cs class WriteableBitmapExtensions (line 30) | public method DrawLineBresenham (line 48) | public static void DrawLineBresenham(this WriteableBitmap bmp, int x1,... method DrawLineBresenham (line 64) | public static void DrawLineBresenham(this WriteableBitmap bmp, int x1,... method DrawLineDDA (line 183) | public static void DrawLineDDA(this WriteableBitmap bmp, int x1, int y... method DrawLineDDA (line 199) | public static void DrawLineDDA(this WriteableBitmap bmp, int x1, int y... method DrawLine (line 267) | public static void DrawLine(this WriteableBitmap bmp, int x1, int y1, ... method DrawLine (line 283) | public static void DrawLine(this WriteableBitmap bmp, int x1, int y1, ... method DrawLine (line 304) | public static void DrawLine(BitmapContext context, int pixelWidth, int... method DrawLinePenned (line 590) | public static void DrawLinePenned(this WriteableBitmap bmp, int x1, in... method DrawLinePenned (line 612) | public static void DrawLinePenned(BitmapContext context, int w, int h,... method ComputeOutCode (line 730) | private static byte ComputeOutCode(Rect extents, double x, double y) method DrawLineDotted (line 761) | public static void DrawLineDotted(this WriteableBitmap bmp, int x1, in... method DrawLineDotted (line 776) | public static void DrawLineDotted(this WriteableBitmap bmp, int x1, in... method DrawVertically (line 810) | private static void DrawVertically(BitmapContext context, int x, int y... method DrawHorizontally (line 844) | private static void DrawHorizontally(BitmapContext context, int x1, in... method Draw (line 881) | private static void Draw(BitmapContext context, int x1, int y1, int x2... method Swap (line 924) | private static void Swap(ref int x1, ref int x2, ref int y1, ref int y... method SwapHorV (line 939) | private static void SwapHorV(ref int a1, ref int a2) { method DrawLineWu (line 970) | public static void DrawLineWu(this WriteableBitmap bmp, int x1, int y1... method DrawLineWu (line 994) | public static void DrawLineWu(BitmapContext context, int pixelWidth, i... method DrawLineAa (line 1157) | public static void DrawLineAa(BitmapContext context, int pixelWidth, i... method DrawLineAa (line 1172) | public static void DrawLineAa(this WriteableBitmap bmp, int x1, int y1... method DrawLineAa (line 1190) | public static void DrawLineAa(BitmapContext context, int pixelWidth, i... method DrawLineAa (line 1206) | public static void DrawLineAa(this WriteableBitmap bmp, int x1, int y1... method DrawLineAa (line 1225) | public static void DrawLineAa(this WriteableBitmap bmp, int x1, int y1... method DrawLineAa (line 1241) | public static void DrawLineAa(this WriteableBitmap bmp, int x1, int y1... method DrawLineAa (line 1261) | public static void DrawLineAa(BitmapContext context, int pixelWidth, i... method AlphaBlendNormalOnPremultiplied (line 1379) | private static void AlphaBlendNormalOnPremultiplied(BitmapContext cont... method CohenSutherlandLineClipWithViewPortOffset (line 1400) | internal static bool CohenSutherlandLineClipWithViewPortOffset(Rect vi... method CohenSutherlandLineClip (line 1407) | internal static bool CohenSutherlandLineClip(Rect extents, ref float x... method ClipToInt (line 1427) | private static float ClipToInt(float d) method CohenSutherlandLineClip (line 1438) | internal static bool CohenSutherlandLineClip(Rect extents, ref int xi0... method CohenSutherlandLineClip (line 1463) | internal static bool CohenSutherlandLineClip(Rect extents, ref double ... method AlphaBlend (line 1554) | public static int AlphaBlend(int sa, int sr, int sg, int sb, int destP... FILE: Source/WriteableBitmapEx/WriteableBitmapShapeExtensions.cs class WriteableBitmapExtensions (line 30) | public method DrawPolyline (line 48) | public static void DrawPolyline(this WriteableBitmap bmp, int[] points... method DrawPolyline (line 60) | public static void DrawPolyline(this WriteableBitmap bmp, int[] points... method DrawPolylineAa (line 88) | public static void DrawPolylineAa(this WriteableBitmap bmp, int[] poin... method DrawPolylineAa (line 101) | public static void DrawPolylineAa(this WriteableBitmap bmp, int[] poin... method DrawPolylineAa (line 113) | public static void DrawPolylineAa(this WriteableBitmap bmp, int[] poin... method DrawPolylineAa (line 143) | public static void DrawPolylineAa(this WriteableBitmap bmp, int[] poin... method DrawTriangle (line 176) | public static void DrawTriangle(this WriteableBitmap bmp, int x1, int ... method DrawTriangle (line 193) | public static void DrawTriangle(this WriteableBitmap bmp, int x1, int ... method DrawQuad (line 220) | public static void DrawQuad(this WriteableBitmap bmp, int x1, int y1, ... method DrawQuad (line 239) | public static void DrawQuad(this WriteableBitmap bmp, int x1, int y1, ... method DrawRectangle (line 268) | public static void DrawRectangle(this WriteableBitmap bmp, int x1, int... method DrawRectangle (line 284) | public static void DrawRectangle(this WriteableBitmap bmp, int x1, int... method DrawEllipse (line 354) | public static void DrawEllipse(this WriteableBitmap bmp, int x1, int y... method DrawEllipse (line 370) | public static void DrawEllipse(this WriteableBitmap bmp, int x1, int y... method DrawEllipseCentered (line 390) | public static void DrawEllipseCentered(this WriteableBitmap bmp, int x... method DrawEllipseCentered (line 406) | public static void DrawEllipseCentered(this WriteableBitmap bmp, int x... FILE: Source/WriteableBitmapEx/WriteableBitmapSplineExtensions.cs class WriteableBitmapExtensions (line 30) | public method DrawBezier (line 59) | public static void DrawBezier(this WriteableBitmap bmp, int x1, int y1... method DrawBezier (line 78) | public static void DrawBezier(this WriteableBitmap bmp, int x1, int y1... method DrawBeziers (line 139) | public static void DrawBeziers(this WriteableBitmap bmp, int[] points,... method DrawBeziers (line 153) | public static void DrawBeziers(this WriteableBitmap bmp, int[] points,... method DrawCurveSegment (line 188) | private static void DrawCurveSegment(int x1, int y1, int x2, int y2, i... method DrawCurve (line 250) | public static void DrawCurve(this WriteableBitmap bmp, int[] points, f... method DrawCurve (line 264) | public static void DrawCurve(this WriteableBitmap bmp, int[] points, f... method DrawCurveClosed (line 295) | public static void DrawCurveClosed(this WriteableBitmap bmp, int[] poi... method DrawCurveClosed (line 309) | public static void DrawCurveClosed(this WriteableBitmap bmp, int[] poi... FILE: Source/WriteableBitmapEx/WriteableBitmapTextExtensions.cs class WriteableBitmapExtensions (line 29) | public method FillText (line 47) | public static void FillText(this WriteableBitmap bmp, FormattedText fo... method FillGeometry (line 59) | public static void FillGeometry(WriteableBitmap bmp, Geometry geometry... method DrawText (line 97) | public static void DrawText(this WriteableBitmap bmp, FormattedText fo... method DrawTextAa (line 113) | public static void DrawTextAa(this WriteableBitmap bmp, FormattedText ... method DrawGeometry (line 125) | private static void DrawGeometry(WriteableBitmap bmp, Geometry geometr... method DrawGeometryAa (line 152) | private static void DrawGeometryAa(WriteableBitmap bmp, Geometry geome... method ToWriteableBitmapPolygon (line 186) | private static void ToWriteableBitmapPolygon(PathFigure fig, List... FILE: Source/WriteableBitmapEx/WriteableBitmapTransformationExtensions.cs class WriteableBitmapExtensions (line 32) | public type Interpolation (line 43) | public enum Interpolation type FlipMode (line 59) | public enum FlipMode method Crop (line 87) | public static WriteableBitmap Crop(this WriteableBitmap bmp, int x, in... method Crop (line 132) | public static WriteableBitmap Crop(this WriteableBitmap bmp, Rect region) method Resize (line 149) | public static WriteableBitmap Resize(this WriteableBitmap bmp, int wid... method Resize (line 174) | public static int[] Resize(BitmapContext srcContext, int widthSource, ... method Resize (line 190) | public static int[] Resize(int* pixels, int widthSource, int heightSou... method Resize (line 192) | public static int[] Resize(int[] pixels, int widthSource, int heightSo... method Rotate (line 322) | public static WriteableBitmap Rotate(this WriteableBitmap bmp, int angle) method RotateFree (line 400) | public static WriteableBitmap RotateFree(this WriteableBitmap bmp, dou... method Flip (line 574) | public static WriteableBitmap Flip(this WriteableBitmap bmp, FlipMode ... FILE: Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/App.xaml.cs class App (line 13) | public partial class App : Application method App (line 24) | public App() method Application_Launching (line 62) | private void Application_Launching(object sender, LaunchingEventArgs e) method Application_Activated (line 68) | private void Application_Activated(object sender, ActivatedEventArgs e) method Application_Deactivated (line 74) | private void Application_Deactivated(object sender, DeactivatedEventAr... method Application_Closing (line 80) | private void Application_Closing(object sender, ClosingEventArgs e) method RootFrame_NavigationFailed (line 85) | private void RootFrame_NavigationFailed(object sender, NavigationFaile... method Application_UnhandledException (line 95) | private void Application_UnhandledException(object sender, Application... method InitializePhoneApplication (line 110) | private void InitializePhoneApplication() method CompleteInitializePhoneApplication (line 131) | private void CompleteInitializePhoneApplication(object sender, Navigat... method CheckForResetNavigation (line 141) | private void CheckForResetNavigation(object sender, NavigationEventArg... method ClearBackStackAfterReset (line 149) | private void ClearBackStackAfterReset(object sender, NavigationEventAr... method InitializeLanguage (line 184) | private void InitializeLanguage() FILE: Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/LocalizedStrings.cs class LocalizedStrings (line 8) | public class LocalizedStrings FILE: Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/MainPage.xaml.cs class MainPage (line 18) | public partial class MainPage : PhoneApplicationPage method MainPage (line 21) | public MainPage() method OnNavigatedTo (line 29) | protected override async void OnNavigatedTo(NavigationEventArgs e) method Overlay (line 41) | public static WriteableBitmap Overlay(WriteableBitmap bmp, WriteableBi... method LoadFromUri (line 49) | public static async Task LoadFromUri(string path) FILE: Source/WriteableBitmapExBlitAlphaRepro.WinPhone8/Resources/AppResources.Designer.cs class AppResources (line 23) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method AppResources (line 33) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExBlitAlphaRepro.WinRT/App.xaml.cs class App (line 24) | sealed partial class App : Application method App (line 30) | public App() method OnLaunched (line 42) | protected override void OnLaunched(LaunchActivatedEventArgs args) method OnSuspending (line 83) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Source/WriteableBitmapExBlitAlphaRepro.WinRT/MainPage.xaml.cs class MainPage (line 26) | public sealed partial class MainPage : Page method MainPage (line 28) | public MainPage() method OnNavigatedTo (line 38) | protected override async void OnNavigatedTo(NavigationEventArgs e) method Overlay (line 49) | public static WriteableBitmap Overlay(WriteableBitmap bmp, WriteableBi... method LoadFromUri (line 57) | public static async Task LoadFromUri(Uri uri) FILE: Source/WriteableBitmapExBlitAlphaRepro.Wpf/App.xaml.cs class App (line 14) | public partial class App : Application FILE: Source/WriteableBitmapExBlitAlphaRepro.Wpf/MainWindow.xaml.cs class MainWindow (line 7) | public partial class MainWindow method MainWindow (line 9) | public MainWindow() method MainWindow_OnLoaded (line 14) | private void MainWindow_OnLoaded(object sender, RoutedEventArgs e) method Overlay (line 25) | public static WriteableBitmap Overlay(WriteableBitmap bmp, WriteableBi... method LoadFromFile (line 33) | public static WriteableBitmap LoadFromFile(string fileName) FILE: Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExBlitAlphaRepro.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Source/WriteableBitmapExBlitSample.Uwp/App.xaml.cs class App (line 23) | sealed partial class App : Application method App (line 29) | public App() method OnLaunched (line 40) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnNavigationFailed (line 81) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 93) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Source/WriteableBitmapExBlitSample.Uwp/MainPage.xaml.cs class MainPage (line 19) | public sealed partial class MainPage : Page method MainPage (line 31) | public MainPage() method OnNavigatedTo (line 36) | protected override async void OnNavigatedTo(NavigationEventArgs e) method LoadBitmap (line 58) | async Task LoadBitmap(string path) method MainPage_PointerMoved (line 65) | private void MainPage_PointerMoved(object sender, PointerRoutedEventAr... method CompositionTarget_Rendering (line 70) | void CompositionTarget_Rendering(object sender, object e) FILE: Source/WriteableBitmapExBlitSample.WinRT/App.xaml.cs class App (line 41) | sealed partial class App : Application method App (line 47) | public App() method OnLaunched (line 59) | protected override void OnLaunched(LaunchActivatedEventArgs args) method OnSuspending (line 93) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Source/WriteableBitmapExBlitSample.WinRT/MainPage.xaml.cs class MainPage (line 43) | public sealed partial class MainPage : Page method MainPage (line 56) | public MainPage() method OnNavigatedTo (line 66) | protected override async void OnNavigatedTo(NavigationEventArgs e) method LoadBitmap (line 82) | async Task LoadBitmap(string path) method MainPage_PointerMoved (line 89) | private void MainPage_PointerMoved(object sender, PointerRoutedEventAr... method CompositionTarget_Rendering (line 94) | void CompositionTarget_Rendering(object sender, object e) FILE: Source/WriteableBitmapExBlitSample.Wpf/App.xaml.cs class App (line 13) | public partial class App : Application FILE: Source/WriteableBitmapExBlitSample.Wpf/MainWindow.xaml.cs class MainWindow (line 10) | public partial class MainWindow method MainWindow (line 28) | public MainWindow() method LoadBitmap (line 50) | static WriteableBitmap LoadBitmap(string path) method MainPage_MouseMove (line 63) | void MainPage_MouseMove(object sender, MouseEventArgs e) method CompositionTarget_Rendering (line 68) | void CompositionTarget_Rendering(object sender, EventArgs e) FILE: Source/WriteableBitmapExBlitSample.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExBlitSample.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Source/WriteableBitmapExBlitSample/App.xaml.cs class App (line 33) | public partial class App : Application method App (line 36) | public App() method Application_Startup (line 45) | private void Application_Startup(object sender, StartupEventArgs e) method Application_Exit (line 50) | private void Application_Exit(object sender, EventArgs e) method Application_UnhandledException (line 54) | private void Application_UnhandledException(object sender, Application... method ReportErrorToDOM (line 70) | private void ReportErrorToDOM(ApplicationUnhandledExceptionEventArgs e) FILE: Source/WriteableBitmapExBlitSample/HslColor.cs type HslColor (line 32) | public struct HslColor method ByteToPct (line 49) | private static double ByteToPct(byte v) method PctToByte (line 56) | private static byte PctToByte(double pct) method FromColor (line 65) | public static HslColor FromColor(Color c) method FromArgb (line 70) | public static HslColor FromArgb(byte A, byte R, byte G, byte B) method FromRgb (line 77) | public static HslColor FromRgb(byte R, byte G, byte B) method Lighten (line 123) | public HslColor Lighten(double pct) method Darken (line 133) | public HslColor Darken(double pct) method norm (line 138) | private double norm(double d) method getComponent (line 145) | private double getComponent(double tc, double p, double q) method ToColor (line 162) | public Color ToColor() FILE: Source/WriteableBitmapExBlitSample/MainPage.xaml.cs class MainPage (line 35) | public partial class MainPage : UserControl method MainPage (line 50) | public MainPage() method LoadBitmap (line 70) | WriteableBitmap LoadBitmap(string path) method MainPage_MouseMove (line 83) | void MainPage_MouseMove(object sender, MouseEventArgs e) method CompositionTarget_Rendering (line 88) | void CompositionTarget_Rendering(object sender, EventArgs e) FILE: Source/WriteableBitmapExBlitSample/Particle.cs class Particle (line 34) | public class Particle method Initiailize (line 48) | public void Initiailize() method Update (line 53) | public void Update(double elapsedSeconds) FILE: Source/WriteableBitmapExBlitSample/ParticleEmitter.cs class ParticleEmitter (line 36) | public class ParticleEmitter method ParticleEmitter (line 54) | public ParticleEmitter() method CreateParticle (line 64) | void CreateParticle() method Update (line 78) | public void Update(double elapsedSeconds) FILE: Source/WriteableBitmapExCurveSample.Web/Default.aspx.cs class _Default (line 10) | public partial class _Default : System.Web.UI.Page method Page_Load (line 12) | protected void Page_Load(object sender, EventArgs e) FILE: Source/WriteableBitmapExCurveSample.Web/Default.aspx.designer.cs class _Default (line 15) | public partial class _Default FILE: Source/WriteableBitmapExCurveSample.WinRT/App.xaml.cs class App (line 41) | sealed partial class App : Application method App (line 47) | public App() method OnLaunched (line 59) | protected override void OnLaunched(LaunchActivatedEventArgs args) method OnSuspending (line 93) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: Source/WriteableBitmapExCurveSample.Wpf/App.xaml.cs class App (line 13) | public partial class App : Application FILE: Source/WriteableBitmapExCurveSample.Wpf/MainWindow.xaml.cs class MainWindow (line 24) | public partial class MainWindow : Window method MainWindow (line 30) | public MainWindow() method CompositionTarget_Rendering (line 37) | private void CompositionTarget_Rendering(object sender, EventArgs e) method Init (line 73) | private void Init() method AddRandomPoints (line 121) | private void AddRandomPoints() method Draw (line 133) | private void Draw() method DrawPoints (line 158) | private void DrawPoints() method DrawPoint (line 170) | private void DrawPoint(ControlPoint p, Color color) method DrawBeziers (line 179) | private void DrawBeziers() method DrawCardinal (line 187) | private void DrawCardinal() method GetPointArray (line 195) | private int[] GetPointArray() method GetMousePoint (line 206) | private ControlPoint GetMousePoint(MouseEventArgs e) method RemovePickedPointPoint (line 211) | private void RemovePickedPointPoint() method UserControl_Loaded (line 226) | private void UserControl_Loaded(object sender, RoutedEventArgs e) method Image_MouseLeftButtonUp (line 231) | private void Image_MouseLeftButtonUp(object sender, MouseButtonEventAr... method Image_MouseLeftButtonDown (line 243) | private void Image_MouseLeftButtonDown(object sender, MouseButtonEvent... method Image_MouseMove (line 254) | private void Image_MouseMove(object sender, MouseEventArgs e) method OnKeyDown (line 266) | protected override void OnKeyDown(KeyEventArgs e) method Button_Click (line 276) | private void Button_Click(object sender, RoutedEventArgs e) method BtnSave_Click (line 293) | private void BtnSave_Click(object sender, RoutedEventArgs e) method CheckBox_Checked (line 309) | private void CheckBox_Checked(object sender, RoutedEventArgs e) method RadioButton_Checked (line 316) | private void RadioButton_Checked(object sender, RoutedEventArgs e) method Slider_ValueChanged (line 336) | private void Slider_ValueChanged(object sender, RoutedPropertyChangedE... method CheckDemoPlant_UnChecked (line 353) | private void CheckDemoPlant_UnChecked(object sender, RoutedEventArgs e) method CheckDemoPlant_Checked (line 367) | private void CheckDemoPlant_Checked(object sender, RoutedEventArgs e) FILE: Source/WriteableBitmapExCurveSample.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExCurveSample.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Source/WriteableBitmapExCurveSample/App.xaml.cs class App (line 33) | public partial class App : Application method App (line 36) | public App() method Application_Startup (line 45) | private void Application_Startup(object sender, StartupEventArgs e) method Application_Exit (line 50) | private void Application_Exit(object sender, EventArgs e) method Application_UnhandledException (line 54) | private void Application_UnhandledException(object sender, Application... method ReportErrorToDOM (line 70) | private void ReportErrorToDOM(ApplicationUnhandledExceptionEventArgs e) FILE: Source/WriteableBitmapExCurveSample/ControlPoint.cs class ControlPoint (line 35) | public class ControlPoint method ControlPoint (line 43) | public ControlPoint(Vector point) method ControlPoint (line 48) | public ControlPoint() method ControlPoint (line 53) | public ControlPoint(int x, int y) method ControlPoint (line 58) | public ControlPoint(Point point) method ToString (line 63) | public override string ToString() FILE: Source/WriteableBitmapExCurveSample/MainPage.xaml.cs class MainPage (line 32) | public partial class MainPage : UserControl method MainPage (line 64) | public MainPage() method Init (line 73) | private void Init() method AddRandomPoints (line 124) | private void AddRandomPoints() method Draw (line 136) | private void Draw() method DrawPoints (line 157) | private void DrawPoints() method DrawPoint (line 169) | private void DrawPoint(ControlPoint p, Color color) method DrawBeziers (line 178) | private void DrawBeziers() method DrawCardinal (line 186) | private void DrawCardinal() method GetPointArray (line 194) | private int[] GetPointArray() method GetMousePoint (line 205) | private ControlPoint GetMousePoint(MouseEventArgs e) method RemovePickedPointPoint (line 210) | private void RemovePickedPointPoint() method UserControl_Loaded (line 225) | private void UserControl_Loaded(object sender, RoutedEventArgs e) method Image_MouseLeftButtonUp (line 230) | private void Image_MouseLeftButtonUp(object sender, MouseButtonEventAr... method Image_MouseLeftButtonDown (line 242) | private void Image_MouseLeftButtonDown(object sender, MouseButtonEvent... method Image_MouseMove (line 253) | private void Image_MouseMove(object sender, MouseEventArgs e) method OnKeyDown (line 265) | protected override void OnKeyDown(KeyEventArgs e) method Button_Click (line 275) | private void Button_Click(object sender, RoutedEventArgs e) method BtnSave_Click (line 291) | private void BtnSave_Click(object sender, RoutedEventArgs e) method CheckBox_Checked (line 307) | private void CheckBox_Checked(object sender, RoutedEventArgs e) method RadioButton_Checked (line 313) | private void RadioButton_Checked(object sender, RoutedEventArgs e) method Slider_ValueChanged (line 330) | private void Slider_ValueChanged(object sender, RoutedPropertyChangedE... method CheckDemoPlant_UnChecked (line 347) | private void CheckDemoPlant_UnChecked(object sender, RoutedEventArgs e) method CheckDemoPlant_Checked (line 361) | private void CheckDemoPlant_Checked(object sender, RoutedEventArgs e) FILE: Source/WriteableBitmapExCurveSample/Plant/Branch.cs class Branch (line 26) | public class Branch method Branch (line 39) | public Branch() method Branch (line 45) | public Branch(Vector start, Vector middleTarget, Vector endTarget, flo... method Grow (line 56) | public void Grow() method Clear (line 74) | public void Clear() FILE: Source/WriteableBitmapExCurveSample/Plant/BranchPoint.cs type BranchPoint (line 26) | public struct BranchPoint method BranchPoint (line 31) | public BranchPoint(float time, int angle) FILE: Source/WriteableBitmapExCurveSample/Plant/Plant.cs class Plant (line 36) | public class Plant method Plant (line 58) | public Plant() method Plant (line 77) | public Plant(Vector start, Vector scale, int viewPortWidth, int viewPo... method Initialize (line 84) | public void Initialize(Vector start, Vector scale, int viewPortWidth, ... method Clear (line 94) | public void Clear() method Grow (line 100) | public void Grow() method Grow (line 105) | private void Grow(Branch branch, int generation) method GetRandomGrowthRate (line 157) | private float GetRandomGrowthRate() method Draw (line 163) | public void Draw(WriteableBitmap writeableBmp) method Draw (line 179) | private void Draw(WriteableBitmap writeableBmp, Branch branch) FILE: Source/WriteableBitmapExCurveSample/Plant/Vector.cs type Vector (line 30) | public struct Vector method Vector (line 42) | public Vector(int x, int y) method Vector (line 48) | public Vector(Point point) method Interpolate (line 95) | public Vector Interpolate(Vector v2, float amount) method Dot (line 100) | public int Dot(Vector v2) method Angle (line 105) | public int Angle(Vector v2) method Equals (line 126) | public override bool Equals(object obj) method GetHashCode (line 135) | public override int GetHashCode() method ToString (line 140) | public override string ToString() FILE: Source/WriteableBitmapExEllipseAlphaRepro.Wpf/App.xaml.cs class App (line 14) | public partial class App : Application FILE: Source/WriteableBitmapExEllipseAlphaRepro.Wpf/MainWindow.xaml.cs class MainWindow (line 10) | public partial class MainWindow method MainWindow (line 13) | public MainWindow() method PreviewImage_OnLoaded (line 18) | private void PreviewImage_OnLoaded(object sender, RoutedEventArgs e) FILE: Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExEllipseAlphaRepro.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Source/WriteableBitmapExFillSample.Wpf/App.xaml.cs class App (line 13) | public partial class App : Application FILE: Source/WriteableBitmapExFillSample.Wpf/MainWindow.xaml.cs class MainWindow (line 17) | public partial class MainWindow : Window class Circle (line 21) | private class Circle method Update (line 29) | public void Update() method MainWindow (line 53) | public MainWindow() method Init (line 62) | private void Init() method Reset (line 68) | private void Reset() method Draw (line 83) | private void Draw() method DrawStaticShapes (line 105) | private void DrawStaticShapes() method DrawShapes (line 206) | private void DrawShapes() method DrawFillDemo (line 237) | private void DrawFillDemo() method GetRandomColor (line 334) | private static int GetRandomColor() method HideShapeCountText (line 339) | private void HideShapeCountText() method MainWindow_Loaded (line 355) | private void MainWindow_Loaded(object sender, RoutedEventArgs e) method TxtBoxShapeCount_TextChanged (line 360) | private void TxtBoxShapeCount_TextChanged(object sender, TextChangedEv... method RadioButton_Checked (line 375) | private void RadioButton_Checked(object sender, RoutedEventArgs e) FILE: Source/WriteableBitmapExFillSample.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 32) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExFillSample.Wpf/Properties/Settings.Designer.cs class Settings (line 15) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Source/WriteableBitmapExFillSample/App.xaml.cs class App (line 33) | public partial class App : Application method App (line 36) | public App() method Application_Startup (line 45) | private void Application_Startup(object sender, StartupEventArgs e) method Application_Exit (line 50) | private void Application_Exit(object sender, EventArgs e) method Application_UnhandledException (line 55) | private void Application_UnhandledException(object sender, Application... method ReportErrorToDOM (line 72) | private void ReportErrorToDOM(ApplicationUnhandledExceptionEventArgs e) FILE: Source/WriteableBitmapExFillSample/MainPage.xaml.cs class MainPage (line 28) | public partial class MainPage : UserControl class Circle (line 32) | private class Circle method Update (line 40) | public void Update() method MainPage (line 64) | public MainPage() method Init (line 73) | private void Init() method Reset (line 79) | private void Reset() method Draw (line 94) | private void Draw() method DrawStaticShapes (line 116) | private void DrawStaticShapes() method DrawShapes (line 207) | private void DrawShapes() method DrawFillDemo (line 235) | private void DrawFillDemo() method GetRandomColor (line 323) | private static int GetRandomColor() method HideShapeCountText (line 328) | private void HideShapeCountText() method UserControl_Loaded (line 344) | private void UserControl_Loaded(object sender, RoutedEventArgs e) method TxtBoxShapeCount_TextChanged (line 349) | private void TxtBoxShapeCount_TextChanged(object sender, TextChangedEv... method RadioButton_Checked (line 364) | private void RadioButton_Checked(object sender, RoutedEventArgs e) FILE: Source/WriteableBitmapExShapeSample.Wpf/App.xaml.cs class App (line 13) | public partial class App : Application FILE: Source/WriteableBitmapExShapeSample.Wpf/MainWindow.xaml.cs class MainWindow (line 17) | public partial class MainWindow : Window method MainWindow (line 33) | public MainWindow() method Init (line 42) | private void Init() method Draw (line 56) | private void Draw() method DrawStaticShapes (line 81) | private void DrawStaticShapes() method DrawShapes (line 156) | private unsafe void DrawShapes() method DrawEllipses (line 205) | private void DrawEllipses() method DrawEllipsesFlower (line 233) | private void DrawEllipsesFlower() method GetRandomColor (line 294) | private static int GetRandomColor() method MainWindow_Loaded (line 303) | private void MainWindow_Loaded(object sender, RoutedEventArgs e) method CompositionTarget_Rendering (line 308) | private void CompositionTarget_Rendering(object sender, EventArgs e) method TxtBoxShapeCount_TextChanged (line 313) | private void TxtBoxShapeCount_TextChanged(object sender, TextChangedEv... method RadioButton_Checked (line 329) | private void RadioButton_Checked(object sender, RoutedEventArgs e) FILE: Source/WriteableBitmapExShapeSample.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExShapeSample.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Source/WriteableBitmapExShapeSample/App.xaml.cs class App (line 33) | public partial class App : Application method App (line 36) | public App() method Application_Startup (line 45) | private void Application_Startup(object sender, StartupEventArgs e) method Application_Exit (line 50) | private void Application_Exit(object sender, EventArgs e) method Application_UnhandledException (line 54) | private void Application_UnhandledException(object sender, Application... method ReportErrorToDOM (line 70) | private void ReportErrorToDOM(ApplicationUnhandledExceptionEventArgs e) FILE: Source/WriteableBitmapExShapeSample/MainPage.xaml.cs class MainPage (line 34) | public partial class MainPage : UserControl method MainPage (line 50) | public MainPage() method Init (line 59) | private void Init() method Draw (line 75) | private void Draw() method DrawStaticShapes (line 100) | private void DrawStaticShapes() method DrawShapes (line 163) | private void DrawShapes() method DrawEllipses (line 212) | private void DrawEllipses() method DrawEllipsesFlower (line 236) | private void DrawEllipsesFlower() method GetRandomColor (line 291) | private static int GetRandomColor() method UserControl_Loaded (line 300) | private void UserControl_Loaded(object sender, RoutedEventArgs e) method CompositionTarget_Rendering (line 305) | private void CompositionTarget_Rendering(object sender, EventArgs e) method TxtBoxShapeCount_TextChanged (line 310) | private void TxtBoxShapeCount_TextChanged(object sender, TextChangedEv... method RadioButton_Checked (line 326) | private void RadioButton_Checked(object sender, RoutedEventArgs e) FILE: Source/WriteableBitmapExTextExample.Wpf/App.xaml.cs class App (line 14) | public partial class App : Application FILE: Source/WriteableBitmapExTextExample.Wpf/MainWindow.xaml.cs class MainWindow (line 23) | public partial class MainWindow : Window method MainWindow (line 25) | public MainWindow() method Draw (line 33) | private void Draw() method LoadFromFile (line 74) | public static WriteableBitmap LoadFromFile(string fileName) FILE: Source/WriteableBitmapExTextExample.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExTextExample.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Source/WriteableBitmapExWinPhone8CurveSample/App.xaml.cs class App (line 13) | public partial class App : Application method App (line 24) | public App() method Application_Launching (line 62) | private void Application_Launching(object sender, LaunchingEventArgs e) method Application_Activated (line 68) | private void Application_Activated(object sender, ActivatedEventArgs e) method Application_Deactivated (line 74) | private void Application_Deactivated(object sender, DeactivatedEventAr... method Application_Closing (line 80) | private void Application_Closing(object sender, ClosingEventArgs e) method RootFrame_NavigationFailed (line 85) | private void RootFrame_NavigationFailed(object sender, NavigationFaile... method Application_UnhandledException (line 95) | private void Application_UnhandledException(object sender, Application... method InitializePhoneApplication (line 110) | private void InitializePhoneApplication() method CompleteInitializePhoneApplication (line 131) | private void CompleteInitializePhoneApplication(object sender, Navigat... method CheckForResetNavigation (line 141) | private void CheckForResetNavigation(object sender, NavigationEventArg... method ClearBackStackAfterReset (line 149) | private void ClearBackStackAfterReset(object sender, NavigationEventAr... method InitializeLanguage (line 184) | private void InitializeLanguage() FILE: Source/WriteableBitmapExWinPhone8CurveSample/LocalizedStrings.cs class LocalizedStrings (line 8) | public class LocalizedStrings FILE: Source/WriteableBitmapExWinPhone8CurveSample/Resources/AppResources.Designer.cs class AppResources (line 23) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method AppResources (line 33) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Source/WriteableBitmapExWinPhoneCurveSample/App.xaml.cs class App (line 36) | public partial class App : Application method App (line 47) | public App() method Application_Launching (line 75) | private void Application_Launching(object sender, LaunchingEventArgs e) method Application_Activated (line 81) | private void Application_Activated(object sender, ActivatedEventArgs e) method Application_Deactivated (line 87) | private void Application_Deactivated(object sender, DeactivatedEventAr... method Application_Closing (line 93) | private void Application_Closing(object sender, ClosingEventArgs e) method RootFrame_NavigationFailed (line 98) | private void RootFrame_NavigationFailed(object sender, NavigationFaile... method Application_UnhandledException (line 108) | private void Application_UnhandledException(object sender, Application... method InitializePhoneApplication (line 123) | private void InitializePhoneApplication() method CompleteInitializePhoneApplication (line 141) | private void CompleteInitializePhoneApplication(object sender, Navigat... FILE: Source/WriteableBitmapExWinPhoneCurveSample/MainPage.xaml.cs class MainPage (line 31) | public partial class MainPage : PhoneApplicationPage method MainPage (line 60) | public MainPage() method Init (line 69) | private void Init() method Draw (line 85) | private void Draw() method DrawPoints (line 106) | private void DrawPoints() method DrawPoint (line 118) | private void DrawPoint(ControlPoint p, Color color, int halfSizeOfPoint) method DrawBeziers (line 127) | private void DrawBeziers() method DrawCardinal (line 135) | private void DrawCardinal() method GetPointArray (line 143) | private int[] GetPointArray() method GetMousePoint (line 154) | private ControlPoint GetMousePoint(MouseEventArgs e) method UserControl_Loaded (line 163) | private void UserControl_Loaded(object sender, RoutedEventArgs e) method Image_MouseLeftButtonUp (line 168) | private void Image_MouseLeftButtonUp(object sender, MouseButtonEventAr... method Image_MouseLeftButtonDown (line 179) | private void Image_MouseLeftButtonDown(object sender, MouseButtonEvent... method Image_MouseMove (line 190) | private void Image_MouseMove(object sender, MouseEventArgs e) method Button_Click (line 202) | private void Button_Click(object sender, RoutedEventArgs e) method CheckBox_Checked (line 213) | private void CheckBox_Checked(object sender, RoutedEventArgs e) method RadioButton_Checked (line 219) | private void RadioButton_Checked(object sender, RoutedEventArgs e) method Slider_ValueChanged (line 236) | private void Slider_ValueChanged(object sender, RoutedPropertyChangedE... method PhoneApplicationPage_BackKeyPress (line 246) | private void PhoneApplicationPage_BackKeyPress(object sender, System.C... FILE: Source/WriteableBitmapExWinPhonePerformanceSample/App.xaml.cs class App (line 26) | public partial class App : Application method App (line 37) | public App() method Application_Launching (line 72) | private void Application_Launching(object sender, LaunchingEventArgs e) method Application_Activated (line 78) | private void Application_Activated(object sender, ActivatedEventArgs e) method Application_Deactivated (line 84) | private void Application_Deactivated(object sender, DeactivatedEventAr... method Application_Closing (line 90) | private void Application_Closing(object sender, ClosingEventArgs e) method RootFrame_NavigationFailed (line 95) | private void RootFrame_NavigationFailed(object sender, NavigationFaile... method Application_UnhandledException (line 105) | private void Application_UnhandledException(object sender, Application... method InitializePhoneApplication (line 120) | private void InitializePhoneApplication() method CompleteInitializePhoneApplication (line 138) | private void CompleteInitializePhoneApplication(object sender, Navigat... FILE: Source/WriteableBitmapExWinPhonePerformanceSample/MainPage.xaml.cs class MainPage (line 28) | public partial class MainPage method MainPage (line 44) | public MainPage() method Init (line 53) | private void Init() method Draw (line 69) | private void Draw() method DrawStaticShapes (line 77) | private void DrawStaticShapes() method DrawShapes (line 140) | private void DrawShapes() method DrawEllipses (line 189) | private void DrawEllipses() method DrawEllipsesFlower (line 213) | private void DrawEllipsesFlower() method GetRandomColor (line 268) | private static int GetRandomColor() method UserControlLoaded (line 277) | private void UserControlLoaded(object sender, RoutedEventArgs e) method CompositionTargetRendering (line 284) | private void CompositionTargetRendering(object sender, EventArgs e) method TxtBoxShapeCount_TextChanged (line 300) | private void TxtBoxShapeCount_TextChanged(object sender, TextChangedEv... FILE: Source/WriteableBitmapExWinPhoneXnaDependant/WriteableBitmapWindowsPhoneXnaExtensions.cs class WriteableBitmapExtensionsXna (line 27) | public static class WriteableBitmapExtensionsXna method SaveToMediaLibrary (line 37) | public static Picture SaveToMediaLibrary(this WriteableBitmap bitmap, ... method SaveToMediaLibrary (line 50) | public static Picture SaveToMediaLibrary(this WriteableBitmap bitmap, ...