Download WPF Photo/Image Manager

Description

A WPF playground for many projects, including an image viewer, filters, image modification, photo organization, etc.

Source Files

The download file wpfimagemanager.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
WPFImage/AForge.Core/AForge.Core.csproj/*from   ww  w.ja  v a 2  s . com*/
WPFImage/AForge.Core/AForge.Core.csproj.vspscc
WPFImage/AForge.Core/DoublePoint.cs
WPFImage/AForge.Core/DoubleRange.cs
WPFImage/AForge.Core/IntRange.cs
WPFImage/AForge.Core/Parallel.cs
WPFImage/AForge.Core/PolishExpression.cs
WPFImage/AForge.Core/Properties/AssemblyInfo.cs
WPFImage/AForge.Core/SystemTools.cs
WPFImage/AForge.Imaging/AForge.Imaging.csproj
WPFImage/AForge.Imaging/AForge.Imaging.csproj.vspscc
WPFImage/AForge.Imaging/AForgeBaseNotifyPropertyChanged.cs
WPFImage/AForge.Imaging/Blob.cs
WPFImage/AForge.Imaging/BlobCounter.cs
WPFImage/AForge.Imaging/BlobCounterBase.cs
WPFImage/AForge.Imaging/BlockMatch.cs
WPFImage/AForge.Imaging/ColorConverter.cs
WPFImage/AForge.Imaging/Complex Filters/FrequencyFilter.cs
WPFImage/AForge.Imaging/Complex Filters/IComplexFilter.cs
WPFImage/AForge.Imaging/ComplexImage.cs
WPFImage/AForge.Imaging/DocumentSkewChecker.cs
WPFImage/AForge.Imaging/Drawing.cs
WPFImage/AForge.Imaging/Exceptions.cs
WPFImage/AForge.Imaging/ExhaustiveBlockMatching.cs
WPFImage/AForge.Imaging/ExhaustiveTemplateMatching.cs
WPFImage/AForge.Imaging/Filters/2 Source filters/Add.cs
WPFImage/AForge.Imaging/Filters/2 Source filters/Difference.cs
WPFImage/AForge.Imaging/Filters/2 Source filters/DifferenceCalc.cs
WPFImage/AForge.Imaging/Filters/2 Source filters/Intersect.cs
WPFImage/AForge.Imaging/Filters/2 Source filters/Merge.cs
WPFImage/AForge.Imaging/Filters/2 Source filters/Morph.cs
WPFImage/AForge.Imaging/Filters/2 Source filters/MoveTowards.cs
WPFImage/AForge.Imaging/Filters/2 Source filters/Subtract.cs
WPFImage/AForge.Imaging/Filters/Adaptive Binarization/IterativeThreshold.cs
WPFImage/AForge.Imaging/Filters/Adaptive Binarization/OtsuThreshold.cs
WPFImage/AForge.Imaging/Filters/Adaptive Binarization/SISThreshold.cs
WPFImage/AForge.Imaging/Filters/Base classes/BaseFilter.cs
WPFImage/AForge.Imaging/Filters/Base classes/BaseInPlaceFilter.cs
WPFImage/AForge.Imaging/Filters/Base classes/BaseInPlaceFilter2.cs
WPFImage/AForge.Imaging/Filters/Base classes/BaseInPlacePartialFilter.cs
WPFImage/AForge.Imaging/Filters/Base classes/BaseResizeFilter.cs
WPFImage/AForge.Imaging/Filters/Base classes/BaseRotateFilter.cs
WPFImage/AForge.Imaging/Filters/Base classes/BaseTransformationFilter.cs
WPFImage/AForge.Imaging/Filters/Base classes/BaseUsingCopyPartialFilter.cs
WPFImage/AForge.Imaging/Filters/Binarization/BayerDithering.cs
WPFImage/AForge.Imaging/Filters/Binarization/BurkesDithering.cs
WPFImage/AForge.Imaging/Filters/Binarization/ErrorDiffusionDithering.cs
WPFImage/AForge.Imaging/Filters/Binarization/ErrorDiffusionToAdjacentNeighbors.cs
WPFImage/AForge.Imaging/Filters/Binarization/FloydSteinbergDithering.cs
WPFImage/AForge.Imaging/Filters/Binarization/JarvisJudiceNinkeDithering.cs
WPFImage/AForge.Imaging/Filters/Binarization/OrderedDithering.cs
WPFImage/AForge.Imaging/Filters/Binarization/SierraDithering.cs
WPFImage/AForge.Imaging/Filters/Binarization/StuckiDithering.cs
WPFImage/AForge.Imaging/Filters/Binarization/Threshold.cs
WPFImage/AForge.Imaging/Filters/Binarization/ThresholdWithCarry.cs
WPFImage/AForge.Imaging/Filters/Color Filters/ChannelFiltering.cs
WPFImage/AForge.Imaging/Filters/Color Filters/ColorFiltering.cs
WPFImage/AForge.Imaging/Filters/Color Filters/ColorRemapping.cs
WPFImage/AForge.Imaging/Filters/Color Filters/ContrastStretch.cs
WPFImage/AForge.Imaging/Filters/Color Filters/EuclideanColorFiltering.cs
WPFImage/AForge.Imaging/Filters/Color Filters/ExtractChannel.cs
WPFImage/AForge.Imaging/Filters/Color Filters/GammaCorrection.cs
WPFImage/AForge.Imaging/Filters/Color Filters/Grayscale.cs
WPFImage/AForge.Imaging/Filters/Color Filters/GrayscaleBT709.cs
WPFImage/AForge.Imaging/Filters/Color Filters/GrayscaleRMY.cs
WPFImage/AForge.Imaging/Filters/Color Filters/GrayscaleToRGB.cs
WPFImage/AForge.Imaging/Filters/Color Filters/GrayscaleY.cs
WPFImage/AForge.Imaging/Filters/Color Filters/HistogramEqualization.cs
WPFImage/AForge.Imaging/Filters/Color Filters/Invert.cs
WPFImage/AForge.Imaging/Filters/Color Filters/LevelsLinear.cs
WPFImage/AForge.Imaging/Filters/Color Filters/ReplaceChannel.cs
WPFImage/AForge.Imaging/Filters/Color Filters/RotateChannels.cs
WPFImage/AForge.Imaging/Filters/Color Filters/Sepia.cs
WPFImage/AForge.Imaging/Filters/Convolution/Blur.cs
WPFImage/AForge.Imaging/Filters/Convolution/Convolution.cs
WPFImage/AForge.Imaging/Filters/Convolution/Edges.cs
WPFImage/AForge.Imaging/Filters/Convolution/GaussianBlur.cs
WPFImage/AForge.Imaging/Filters/Convolution/Mean.cs
WPFImage/AForge.Imaging/Filters/Convolution/Sharpen.cs
WPFImage/AForge.Imaging/Filters/Convolution/SharpenEx.cs
WPFImage/AForge.Imaging/Filters/Edge Detectors/CannyEdgeDetector.cs
WPFImage/AForge.Imaging/Filters/Edge Detectors/DifferenceEdgeDetector.cs
WPFImage/AForge.Imaging/Filters/Edge Detectors/HomogenityEdgeDetector.cs
WPFImage/AForge.Imaging/Filters/Edge Detectors/SobelEdgeDetector.cs
WPFImage/AForge.Imaging/Filters/FilterIterator.cs
WPFImage/AForge.Imaging/Filters/FiltersSequence.cs
WPFImage/AForge.Imaging/Filters/Flood Fillers/PointedColorFloodFill.cs
WPFImage/AForge.Imaging/Filters/Flood Fillers/PointedMeanFloodFill.cs
WPFImage/AForge.Imaging/Filters/HSL Filters/BrightnessCorrection.cs
WPFImage/AForge.Imaging/Filters/HSL Filters/ContrastCorrection.cs
WPFImage/AForge.Imaging/Filters/HSL Filters/HSLFiltering.cs
WPFImage/AForge.Imaging/Filters/HSL Filters/HSLLinear.cs
WPFImage/AForge.Imaging/Filters/HSL Filters/HueModifier.cs
WPFImage/AForge.Imaging/Filters/HSL Filters/SaturationCorrection.cs
WPFImage/AForge.Imaging/Filters/IFilter.cs
WPFImage/AForge.Imaging/Filters/IFilterInformation.cs
WPFImage/AForge.Imaging/Filters/IInPlaceFilter.cs
WPFImage/AForge.Imaging/Filters/IInPlacePartialFilter.cs
WPFImage/AForge.Imaging/Filters/IlluminationCorrection/FlatFieldCorrection.cs
WPFImage/AForge.Imaging/Filters/Morphology/BottomHat.cs
WPFImage/AForge.Imaging/Filters/Morphology/Closing.cs
WPFImage/AForge.Imaging/Filters/Morphology/Dilatation.cs
WPFImage/AForge.Imaging/Filters/Morphology/Erosion.cs
WPFImage/AForge.Imaging/Filters/Morphology/HitAndMiss.cs
WPFImage/AForge.Imaging/Filters/Morphology/Opening.cs
WPFImage/AForge.Imaging/Filters/Morphology/Specific Optimizations/BinaryDilatation3x3.cs
WPFImage/AForge.Imaging/Filters/Morphology/Specific Optimizations/BinaryErosion3x3.cs
WPFImage/AForge.Imaging/Filters/Morphology/Specific Optimizations/Dilatation3x3.cs
WPFImage/AForge.Imaging/Filters/Morphology/Specific Optimizations/Erosion3.x3.cs
WPFImage/AForge.Imaging/Filters/Morphology/TopHat.cs
WPFImage/AForge.Imaging/Filters/Noise generation/AdditiveNoise.cs
WPFImage/AForge.Imaging/Filters/Noise generation/SaltAndPepperNoise.cs
WPFImage/AForge.Imaging/Filters/Normalized RGB/ExtractNormalizedRGBChannel.cs
WPFImage/AForge.Imaging/Filters/Other/BlobsFiltering.cs
WPFImage/AForge.Imaging/Filters/Other/CanvasCrop.cs
WPFImage/AForge.Imaging/Filters/Other/CanvasFill.cs
WPFImage/AForge.Imaging/Filters/Other/CanvasMove.cs
WPFImage/AForge.Imaging/Filters/Other/ConnectedComponentsLabeling.cs
WPFImage/AForge.Imaging/Filters/Other/CornersMarker.cs
WPFImage/AForge.Imaging/Filters/Other/ExtractBiggestBlob.cs
WPFImage/AForge.Imaging/Filters/Other/Jitter.cs
WPFImage/AForge.Imaging/Filters/Other/Mirror.cs
WPFImage/AForge.Imaging/Filters/Other/OilPainting.cs
WPFImage/AForge.Imaging/Filters/Other/Pixellate.cs
WPFImage/AForge.Imaging/Filters/Other/SimpleSkeletonization.cs
WPFImage/AForge.Imaging/Filters/Other/TexturedFilter.cs
WPFImage/AForge.Imaging/Filters/Other/TexturedMerge.cs
WPFImage/AForge.Imaging/Filters/Other/Texturer.cs
WPFImage/AForge.Imaging/Filters/Smooting/AdaptiveSmooth.cs
WPFImage/AForge.Imaging/Filters/Smooting/ConservativeSmoothing.cs
WPFImage/AForge.Imaging/Filters/Smooting/Median.cs
WPFImage/AForge.Imaging/Filters/Transform/Crop.cs
WPFImage/AForge.Imaging/Filters/Transform/ResizeBicubic.cs
WPFImage/AForge.Imaging/Filters/Transform/ResizeBilinear.cs
WPFImage/AForge.Imaging/Filters/Transform/ResizeNearestNeighbor.cs
WPFImage/AForge.Imaging/Filters/Transform/RotateBicubic.cs
WPFImage/AForge.Imaging/Filters/Transform/RotateBilinear.cs
WPFImage/AForge.Imaging/Filters/Transform/RotateNearestNeighbor.cs
WPFImage/AForge.Imaging/Filters/Transform/Shrink.cs
WPFImage/AForge.Imaging/Filters/YCbCr Filters/YCbCrExtractChannel.cs
WPFImage/AForge.Imaging/Filters/YCbCr Filters/YCbCrFiltering.cs
WPFImage/AForge.Imaging/Filters/YCbCr Filters/YCbCrLinear.cs
WPFImage/AForge.Imaging/Filters/YCbCr Filters/YCbCrReplaceChannel.cs
WPFImage/AForge.Imaging/HorizontalIntensityStatistics.cs
WPFImage/AForge.Imaging/HoughCircleTransformation.cs
WPFImage/AForge.Imaging/HoughLineTransformation.cs
WPFImage/AForge.Imaging/IBlockMatching.cs
WPFImage/AForge.Imaging/ICornersDetector.cs
WPFImage/AForge.Imaging/ITemplateMatching.cs
WPFImage/AForge.Imaging/Image.cs
WPFImage/AForge.Imaging/ImageStatistics.cs
WPFImage/AForge.Imaging/ImageStatisticsHSL.cs
WPFImage/AForge.Imaging/ImageStatisticsYCbCr.cs
WPFImage/AForge.Imaging/IntegralImage.cs
WPFImage/AForge.Imaging/Interpolation.cs
WPFImage/AForge.Imaging/MemoryManager.cs
WPFImage/AForge.Imaging/MoravecCornersDetector.cs
WPFImage/AForge.Imaging/Properties/AssemblyInfo.cs
WPFImage/AForge.Imaging/RecursiveBlobCounter.cs
WPFImage/AForge.Imaging/SusanCornersDetector.cs
WPFImage/AForge.Imaging/TemplateMatch.cs
WPFImage/AForge.Imaging/Textures/CloudsTexture.cs
WPFImage/AForge.Imaging/Textures/ITextureGenerator.cs
WPFImage/AForge.Imaging/Textures/LabyrinthTexture.cs
WPFImage/AForge.Imaging/Textures/MarbleTexture.cs
WPFImage/AForge.Imaging/Textures/TextileTexture.cs
WPFImage/AForge.Imaging/Textures/Texture.cs
WPFImage/AForge.Imaging/Textures/WoodTexture.cs
WPFImage/AForge.Imaging/UnmanagedImage.cs
WPFImage/AForge.Imaging/VerticalIntensityStatistics.cs
WPFImage/AForge.Math/AForge.Math.csproj
WPFImage/AForge.Math/AForge.Math.csproj.vspscc
WPFImage/AForge.Math/AForge.Math.snk
WPFImage/AForge.Math/AForge.Math.xml
WPFImage/AForge.Math/Complex.cs
WPFImage/AForge.Math/ContinuousHistogram.cs
WPFImage/AForge.Math/FourierTransform.cs
WPFImage/AForge.Math/Gaussian.cs
WPFImage/AForge.Math/Histogram.cs
WPFImage/AForge.Math/PerlinNoise.cs
WPFImage/AForge.Math/Properties/AssemblyInfo.cs
WPFImage/AForge.Math/Random/ExponentialGenerator.cs
WPFImage/AForge.Math/Random/GaussianGenerator.cs
WPFImage/AForge.Math/Random/IRandomNumberGenerator.cs
WPFImage/AForge.Math/Random/StandardGenerator.cs
WPFImage/AForge.Math/Random/UniformGenerator.cs
WPFImage/AForge.Math/Random/UniformOneGenerator.cs
WPFImage/AForge.Math/Statistics.cs
WPFImage/AForge.Math/Tools.cs
WPFImage/BitmapTagger_Full/BitmapTagger.cs
WPFImage/BitmapTagger_Full/BitmapTagger.csproj
WPFImage/BitmapTagger_Full/BitmapTagger.csproj.user
WPFImage/BitmapTagger_Full/BitmapTagger.csproj.vspscc
WPFImage/BitmapTagger_Full/ClassDiagram.cd
WPFImage/BitmapTagger_Full/ExifValues.cs
WPFImage/BitmapTagger_Full/ExtensionChecker.cs
WPFImage/BitmapTagger_Full/ImageConverter.cs
WPFImage/BitmapTagger_Full/JpegExifIDs.cs
WPFImage/BitmapTagger_Full/JpegTagger.cs
WPFImage/BitmapTagger_Full/JpegXmpIDs.cs
WPFImage/BitmapTagger_Full/ObservableBitmapTagger.cs
WPFImage/BitmapTagger_Full/PngTagger.cs
WPFImage/BitmapTagger_Full/Properties/AssemblyInfo.cs
WPFImage/BitmapTagger_Full/Rational.cs
WPFImage/BitmapTagger_Full/TagPrecedence.cs
WPFImage/BitmapTagger_Full/URational.cs
WPFImage/BitmapTagger_Full/XMPElementNames.cs
WPFImage/BitmapTagger_Full/XMPExifTagIDs.cs
WPFImage/BitmapTagger_Full/XMPNamespaces.cs
WPFImage/BitmapTagger_Full/XMPPrefixes.cs
WPFImage/BitmapTagger_Full/XMPTagIDs.cs
WPFImage/BrainTechLLC.BaseLibrary/AllStatsAverageAndObjectCount.cs
WPFImage/BrainTechLLC.BaseLibrary/AssemblyAndTypeAndPlugins.cs
WPFImage/BrainTechLLC.BaseLibrary/Attributes/KeyOnPropertyAttribute.cs
WPFImage/BrainTechLLC.BaseLibrary/Attributes/RaisePropertyChangedForThisPropertyWhenOtherPropertyChangesAttribute.cs
WPFImage/BrainTechLLC.BaseLibrary/Attributes/ReturnValueWhenNullAttribute.cs
WPFImage/BrainTechLLC.BaseLibrary/Average.cs
WPFImage/BrainTechLLC.BaseLibrary/BaseNotifyPropertyChanged.cs
WPFImage/BrainTechLLC.BaseLibrary/BrainTechLLC.BaseLibrary.csproj
WPFImage/BrainTechLLC.BaseLibrary/BrainTechLLC.BaseLibrary.csproj.user
WPFImage/BrainTechLLC.BaseLibrary/BrainTechLLC.BaseLibrary.csproj.vspscc
WPFImage/BrainTechLLC.BaseLibrary/Cache.cs
WPFImage/BrainTechLLC.BaseLibrary/Core/EventArgs.cs
WPFImage/BrainTechLLC.BaseLibrary/Core/IBasic.cs
WPFImage/BrainTechLLC.BaseLibrary/CustomAttributes.cs
WPFImage/BrainTechLLC.BaseLibrary/Delegates.cs
WPFImage/BrainTechLLC.BaseLibrary/DirectoriesToExamine.cs
WPFImage/BrainTechLLC.BaseLibrary/DirectoriesToExamineCollection.cs
WPFImage/BrainTechLLC.BaseLibrary/DirectoryToExamine.cs
WPFImage/BrainTechLLC.BaseLibrary/ExtensionMethods.cs
WPFImage/BrainTechLLC.BaseLibrary/ExtensionMethods/AssemblyAndTypes.cs
WPFImage/BrainTechLLC.BaseLibrary/ExtensionMethods/ConversionAndConditionals.cs
WPFImage/BrainTechLLC.BaseLibrary/ExtensionMethods/ListFunctions.cs
WPFImage/BrainTechLLC.BaseLibrary/ExtensionMethods/Locking.cs
WPFImage/BrainTechLLC.BaseLibrary/ExtensionMethods/OutputExtensions.cs
WPFImage/BrainTechLLC.BaseLibrary/FileLocking.cs
WPFImage/BrainTechLLC.BaseLibrary/ICoreDataProvider.cs
WPFImage/BrainTechLLC.BaseLibrary/InterfaceDefinitions.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ICacheBase.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ICanBeSelected.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/IEventInfoWindowHandler.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/IKeyedOnProperty.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ILockable.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ILogListener.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ILogger.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/IMainWindow.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/IMultipleItems.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/IObjectLock.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/IReadableAttribute.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISuppliesID.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsAdd.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsAddByIndex.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsAddRemoveClear.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsClear.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsCount.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsEnqueueDequeue.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsFind.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsFindMany.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsFindSingle.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsRemove.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/ISupportsRemoveByIndex.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/IWatcherNotifiable.cs
WPFImage/BrainTechLLC.BaseLibrary/Interfaces/IsCachedAttribute.cs
WPFImage/BrainTechLLC.BaseLibrary/Lockable.cs
WPFImage/BrainTechLLC.BaseLibrary/Logging.cs
WPFImage/BrainTechLLC.BaseLibrary/Logging/FileLogger.cs
WPFImage/BrainTechLLC.BaseLibrary/Logging/GlobalLogger.cs
WPFImage/BrainTechLLC.BaseLibrary/Logging/LogListener.cs
WPFImage/BrainTechLLC.BaseLibrary/Logging/OutputLogger.cs
WPFImage/BrainTechLLC.BaseLibrary/MathExt.cs
WPFImage/BrainTechLLC.BaseLibrary/MiniLZOPort.cs
WPFImage/BrainTechLLC.BaseLibrary/MiscExtensionMethods.cs
WPFImage/BrainTechLLC.BaseLibrary/MultiLevelDictionary.cs
WPFImage/BrainTechLLC.BaseLibrary/ObjectCount.cs
WPFImage/BrainTechLLC.BaseLibrary/ObjectRepository.cs
WPFImage/BrainTechLLC.BaseLibrary/Observable.cs
WPFImage/BrainTechLLC.BaseLibrary/Parallelizer.cs
WPFImage/BrainTechLLC.BaseLibrary/PluginDefinitionLoaded.cs
WPFImage/BrainTechLLC.BaseLibrary/Properties/AssemblyInfo.cs
WPFImage/BrainTechLLC.BaseLibrary/PropertyChanged/BaseTrackModified.cs
WPFImage/BrainTechLLC.BaseLibrary/PropertyChanged/ClassAndPropertyChange.cs
WPFImage/BrainTechLLC.BaseLibrary/PropertyChanged/ClassAndPropertyChangeCollection.cs
WPFImage/BrainTechLLC.BaseLibrary/PropertyChanged/SuspendPropertyChanged.cs
WPFImage/BrainTechLLC.BaseLibrary/SharedObjectRepository/ObjectAndKey.cs
WPFImage/BrainTechLLC.BaseLibrary/SharedObjectRepository/ObjectStorageForType.cs
WPFImage/BrainTechLLC.BaseLibrary/SimpleTimerParallelizerAndObservable.cs
WPFImage/BrainTechLLC.BaseLibrary/Sorting/MultiSort.cs
WPFImage/BrainTechLLC.BaseLibrary/Sorting/SortSearchCriteria.cs
WPFImage/BrainTechLLC.BaseLibrary/Sorting/ValueComparison.cs
WPFImage/BrainTechLLC.BaseLibrary/StaticClasses/Lookups.cs
WPFImage/BrainTechLLC.BaseLibrary/StaticClasses/Populate.cs
WPFImage/BrainTechLLC.BaseLibrary/StaticClasses/ReflectionHelpers.cs
WPFImage/BrainTechLLC.BaseLibrary/StaticClasses/Serialization.cs
WPFImage/BrainTechLLC.BaseLibrary/StaticClasses/Threading.cs
WPFImage/BrainTechLLC.BaseLibrary/StaticClasses/Timing.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeCounter.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeList.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeListAndLookup.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeLookup.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/CacheCollectionsDirty.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/CacheExtensions.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/Cached.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/CachedByKey.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/CachedByManualKey.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/CachedListByKey.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/CachedObject.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/GenericCacheAbstractBase.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/GenericCacheBase.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Cache/StaticCache.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/MultiLevelDictionary/MultiLevelCustom.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/MultiLevelDictionary/MultiLevelDictionaryEntry.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/MultiLevelDictionary/SparseArray.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/MultiLevelDictionary/SparseArrayCustom.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/SafeThreadSafeListAndLookup.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeCounterLong.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeListAndLookupBase.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeListValues.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeLookupNonRef.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeLookupOnAutoKey.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeLookupOnDemand.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeLookupOnDemandWithDelegate.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeStack.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/ThreadSafeStackNonRef.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Unused/CachedList_Unused.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeObjects/Unused/NamedPipes.cs
WPFImage/BrainTechLLC.BaseLibrary/ThreadSafeQueueAndStack.cs
WPFImage/BrainTechLLC.BaseLibrary/Useful/PreLoader.cs
WPFImage/BrainTechLLC.BaseLibrary/Useful/PreloadEntry.cs
WPFImage/BrainTechLLC.BaseLibrary/Useful/RecentlyUsedList.cs
WPFImage/BrainTechLLC.BaseLibrary/WeakEvents.cs
WPFImage/BrainTechLLC.FileMaintenance/BrainTechLLC.FileMaintenance.csproj
WPFImage/BrainTechLLC.FileMaintenance/BrainTechLLC.FileMaintenance.csproj.user
WPFImage/BrainTechLLC.FileMaintenance/BrainTechLLC.FileMaintenance.csproj.vspscc
WPFImage/BrainTechLLC.FileMaintenance/Program.cs
WPFImage/BrainTechLLC.FileMaintenance/Properties/AssemblyInfo.cs
WPFImage/BrainTechLLC.FileMaintenance/Util.cs
WPFImage/BrainTechLLC.FilterExtensions/BrainTechLLC.FilterExtensions.csproj
WPFImage/BrainTechLLC.FilterExtensions/BrainTechLLC.FilterExtensions.csproj.vspscc
WPFImage/BrainTechLLC.FilterExtensions/CalculationInstance.cs
WPFImage/BrainTechLLC.FilterExtensions/DefaultFilterCollections.cs
WPFImage/BrainTechLLC.FilterExtensions/DetermineBlur.cs
WPFImage/BrainTechLLC.FilterExtensions/DetermineSimilarity.cs
WPFImage/BrainTechLLC.FilterExtensions/ExtensionMethods/ConvertFormatExtensions.cs
WPFImage/BrainTechLLC.FilterExtensions/ExtensionMethods/HandleGatherPixellateInfoExtensions.cs
WPFImage/BrainTechLLC.FilterExtensions/FilterCollection/FilterCollection.cs
WPFImage/BrainTechLLC.FilterExtensions/FilterCollection/FilterCollectionEvents.cs
WPFImage/BrainTechLLC.FilterExtensions/FilterCollection/FilterCollectionLoadSave.cs
WPFImage/BrainTechLLC.FilterExtensions/FilterCollection/FilterCollectionProperties.cs
WPFImage/BrainTechLLC.FilterExtensions/FilterCollectionCollection/FilterCollectionCollection.cs
WPFImage/BrainTechLLC.FilterExtensions/FilterCollectionCollection/FilterCollectionCollectionLoadSave.cs
WPFImage/BrainTechLLC.FilterExtensions/FilterCollectionSaved.cs
WPFImage/BrainTechLLC.FilterExtensions/ImageCalculation.cs
WPFImage/BrainTechLLC.FilterExtensions/Properties/AssemblyInfo.cs
WPFImage/BrainTechLLC.FilterExtensions/SimilarityCacheEntry.cs
WPFImage/BrainTechLLC.FilterExtensions/SimilarityQueueAndCache.cs
WPFImage/BrainTechLLC.FilterExtensions/SingleFilter.cs
WPFImage/BrainTechLLC.FolderExplore/BrainTechLLC.FolderExplore.csproj
WPFImage/BrainTechLLC.FolderExplore/BrainTechLLC.FolderExplore.csproj.user
WPFImage/BrainTechLLC.FolderExplore/BrainTechLLC.FolderExplore.csproj.vspscc
WPFImage/BrainTechLLC.FolderExplore/DirectoryCommands.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/BreadthFirstSearch.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControl.xaml
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControl.xaml.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControlDependencyProperties.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControlFolderCommands.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControlKeyboard.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControlLookups.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControlMultiSelect.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControlSearch.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControlTimers.cs
WPFImage/BrainTechLLC.FolderExplore/FolderExplorer/FolderExplorerControlTreeView.cs
WPFImage/BrainTechLLC.FolderExplore/Misc/AltGrid.cs
WPFImage/BrainTechLLC.FolderExplore/Misc/FolderAndSelectionCriteria.cs
WPFImage/BrainTechLLC.FolderExplore/Operations/FolderOperation.cs
WPFImage/BrainTechLLC.FolderExplore/Operations/FolderOperationHandler.cs
WPFImage/BrainTechLLC.FolderExplore/Operations/FolderOperationHandlerDeleteChecked.cs
WPFImage/BrainTechLLC.FolderExplore/Operations/FolderOperationHandlerFindFoldersToDelete.cs
WPFImage/BrainTechLLC.FolderExplore/Operations/FolderOperations.cs
WPFImage/BrainTechLLC.FolderExplore/Operations/IFolderOperationHandler.cs
WPFImage/BrainTechLLC.FolderExplore/Properties/AssemblyInfo.cs
WPFImage/BrainTechLLC.FolderExplore/Properties/Resources.Designer.cs
WPFImage/BrainTechLLC.FolderExplore/Properties/Resources.resx
WPFImage/BrainTechLLC.FolderExplore/Properties/Settings.Designer.cs
WPFImage/BrainTechLLC.FolderExplore/Properties/Settings.settings
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FileViewModel.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FolderViewModel.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FolderViewModelCalcDirSize.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FolderViewModelFolderExpansion.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FolderViewModelPrefetch.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FolderViewModelProperties.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FolderViewModelReadFolders.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FolderViewModelStatic.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FolderViewModelTreeRelated.cs
WPFImage/BrainTechLLC.FolderExplore/ViewModels/FoldersViewModelCollection.cs
WPFImage/BrainTechLLC.FolderExplore/Views/DirectoriesView.xaml
WPFImage/BrainTechLLC.FolderExplore/Views/DirectoriesView.xaml.cs
WPFImage/BrainTechLLC.FolderExplore/Views/DirectoryView.xaml
WPFImage/BrainTechLLC.FolderExplore/Views/DirectoryView.xaml.cs
WPFImage/BrainTechLLC.FolderExplore/Views/ShowFilesListView.xaml
WPFImage/BrainTechLLC.FolderExplore/Views/ShowFilesListView.xaml.cs
WPFImage/BrainTechLLC.FolderExplore/Views/ShowFolderListView.xaml
WPFImage/BrainTechLLC.FolderExplore/Views/ShowFolderListView.xaml.cs
WPFImage/BrainTechLLC.ImageOperators/BrainTechLLC.ImageOperators.csproj
WPFImage/BrainTechLLC.ImageOperators/BrainTechLLC.ImageOperators.csproj.user
WPFImage/BrainTechLLC.ImageOperators/BrainTechLLC.ImageOperators.csproj.vspscc
WPFImage/BrainTechLLC.ImageOperators/CreateThumbnails.cs
WPFImage/BrainTechLLC.ImageOperators/Direction.cs
WPFImage/BrainTechLLC.ImageOperators/FileImageOperators.cs
WPFImage/BrainTechLLC.ImageOperators/FilterStatus.cs
WPFImage/BrainTechLLC.ImageOperators/ICanApply.cs
WPFImage/BrainTechLLC.ImageOperators/ISingleFilter.cs
WPFImage/BrainTechLLC.ImageOperators/Properties/AssemblyInfo.cs
WPFImage/BrainTechLLC.ImageOperators/SingleFilterBase.cs
WPFImage/BrainTechLLC.ImageOperators/SingleFilterBaseProperties.cs
WPFImage/BrainTechLLC.ImageOperators/Util.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/BrainTechLLC.ImageOperatorsNonAForgeDependent.csproj
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/BrainTechLLC.ImageOperatorsNonAForgeDependent.csproj.user
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/BrainTechLLC.ImageOperatorsNonAForgeDependent.csproj.vspscc
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/FileImageRotation.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/FrameInfo.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/IPostProcessor.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicBitmap.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicBitmapPopulator.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicByteArray.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicByteArrayPopulator.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicImageSource.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicImageSourcePopulator.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicOnDemandImage.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicResizedBitmap.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/BasicResizedBitmapPopulator.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Image/Helpers.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/ImageOperators.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/ImageSourceCreation.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/JpegEncoding.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/MediaConversion.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Properties/AssemblyInfo.cs
WPFImage/BrainTechLLC.ImageOperatorsNonAForgeDependent/Scaling.cs
WPFImage/BrainTechLLC.WPF/BaseNotifyPropertyChangedUI.cs
WPFImage/BrainTechLLC.WPF/BrainTechLLC.WPF.csproj
WPFImage/BrainTechLLC.WPF/BrainTechLLC.WPF.csproj.user
WPFImage/BrainTechLLC.WPF/BrainTechLLC.WPF.csproj.vspscc
WPFImage/BrainTechLLC.WPF/ClassAndPropertyChangeUI.cs
WPFImage/BrainTechLLC.WPF/DoubleValueVisibilityConverter.cs
WPFImage/BrainTechLLC.WPF/ExtensionMethods.cs
WPFImage/BrainTechLLC.WPF/FilteringAndSorting.cs
WPFImage/BrainTechLLC.WPF/GraphContext.cs
WPFImage/BrainTechLLC.WPF/MouseTracker.cs
WPFImage/BrainTechLLC.WPF/OppositeConverter.cs
WPFImage/BrainTechLLC.WPF/Plugins/ICompareWindowHandler.cs
WPFImage/BrainTechLLC.WPF/Plugins/IRegisterMenuOptions.cs
WPFImage/BrainTechLLC.WPF/Plugins/IStatsWindowHandler.cs
WPFImage/BrainTechLLC.WPF/Properties/AssemblyInfo.cs
WPFImage/BrainTechLLC.WPF/SimpleDispatcherTimer.cs
WPFImage/BrainTechLLC.WPF/Sorting.cs
WPFImage/BrainTechLLC.WPF/SuspendPropertyChangedUI.cs
WPFImage/BrainTechLLC.WPF/TypeViewModel.cs
WPFImage/BrainTechLLC.WPF/TypeViewModelCollection.cs
WPFImage/BrainTechLLC.WPF/Util.cs
WPFImage/BrainTechLLC.WPF/ViewModelBase.cs
WPFImage/BrainTechLLC.WPF/ViewModelBase/CustomMetaObject.cs
WPFImage/BrainTechLLC.WPF/ViewModelBase/GenericMultiViewModelBase2.cs
WPFImage/BrainTechLLC.WPF/ViewModelBase/GenericMultiViewModelBase3.cs
WPFImage/BrainTechLLC.WPF/ViewModelBase/GenericViewModelBase.cs
WPFImage/BrainTechLLC.WPF/ViewModelBase/MultiViewModelBase.cs
WPFImage/BrainTechLLC.WPF/ViewModelValueConverter.cs
WPFImage/BrainTechLLC.WPF/VisibilityConverter.cs
WPFImage/BrainTechLLC.WPF/WindowHandlerBase.cs
WPFImage/CPPClassLibrary/AssemblyInfo.cpp
WPFImage/CPPClassLibrary/BasicLibrary.h
WPFImage/CPPClassLibrary/CPPClassLibrary.vcproj
WPFImage/CPPClassLibrary/CPPClassLibrary.vcxproj
WPFImage/CPPClassLibrary/CPPClassLibrary.vcxproj.filters
WPFImage/CPPClassLibrary/CPPClassLibrary.vcxproj.user
WPFImage/CPPClassLibrary/CPPClassLibrary.vcxproj.vspscc
WPFImage/CPPClassLibrary/ImageRendering.cpp
WPFImage/CPPClassLibrary/ImageRendering.h
WPFImage/CPPClassLibrary/Stdafx.cpp
WPFImage/CPPClassLibrary/Stdafx.h
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/CommunicationsLibrary.csproj
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/CommunicationsLibrary.csproj.vspscc
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/ConnectionBase.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/IncomingConnection.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/ICommClientIssueCommands.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/ICommIncomingConnection.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/ICommOutgoingConnection.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/ICommServer.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/ICommServerReceivesCommands.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/ICommunicationsBase.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/ICommunicationsProtocol.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/IIncomingMessageHandler.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/INewMessageEventArgs.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Interfaces/ITrackBytes.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Message.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/MessageBuffer.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/MessageHeader.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/OutgoingConnection.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Properties/AssemblyInfo.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Properties/Settings.Designer.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Properties/Settings.settings
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Protocols/TCPIPProtocol.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Protocols/TCPIPSocketProtocol.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/SendReceiveBuffer.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/Server.cs
WPFImage/CommunicationsLibraryForCodeProject/CommunicationsLibrary/app.config
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IChanged.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IDirection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IDynamicEnum.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IDynamicEnumEntry.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IEntityAssociatedID.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IFromTemplate.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IGetSetValueByName.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IHasCategory.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IHasClassTypeName.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IHasFriendlyName.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IHasLocation.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IHasSize.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IHasTemplateID.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IHasType.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IHasWeight.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/ILocation.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IOccupySpace.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IPosition.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IQuickCopy.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/ISize.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/ISpeed.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Basic/IVector4.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IAbilityCollection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IAbilityTemplates.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IAllEntities.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IEntityCollection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IEntityLocations.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IGameObjectTemplates.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IGameObjects.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IIntentionQueue.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IObjectCollection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IObjectTemplateCollection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IParameterCollection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/IStateCollection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/ITerrainCollection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Collections/ITerrains.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/ICommClientIssueCommands.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/ICommIncomingConnection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/ICommOutgoingConnection.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/ICommServer.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/ICommServerReceivesCommands.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/ICommunicationsBase.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/ICommunicationsProtocol.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/IIncomingMessageHandler.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/IMapIDToControlReceiver.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/INewMessageEventArgs.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Communication/ITrackBytes.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IChangeMessage.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IChangeMessageBroadcaster.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IChangeMessageListener.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IChangeMessageReceiver.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IChangeNotifier.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IControlCommand.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IControlReceiver.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IControlResponse.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ControlAndChangeNotification/IMessage.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/EntityAndAbility/IAbility.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/EntityAndAbility/IAbilityTemplate.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/EntityAndAbility/IEntity.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/EntityAndAbility/IHasAbilities.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/EntityAndAbility/IOwnsObjects.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IGameEngine.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IStorageObject.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/ITerrain.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IWorld.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IntentionStateAction/ICanHaveIntent.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IntentionStateAction/IEnablesIntentions.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IntentionStateAction/IHasStates.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IntentionStateAction/IIntention.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IntentionStateAction/ISingleAction.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/IntentionStateAction/IState.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Interfaces.csproj
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/InterfacesForClassDiagram.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Objects/IGameObject.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Objects/IGameObjectTemplate.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Parameters/IHasParameters.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Parameters/IParameter.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Parameters/IParameterCategoryAndType.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Parameters/IParameterValue.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Parameters/IRequiresParameters.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/PluginInterfaces/IPerformsInitialization.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/PluginInterfaces/IPersistsWorld.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/PluginInterfaces/ITypeDescription.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/PluginInterfaces/ITypeLookup.cs
WPFImage/CommunicationsLibraryForCodeProject/Interfaces/Properties/AssemblyInfo.cs
WPFImage/CommunicationsLibraryForCodeProject/Logging/GlobalLogger.cs
WPFImage/CommunicationsLibraryForCodeProject/Logging/Logging.csproj
WPFImage/CommunicationsLibraryForCodeProject/Logging/Properties/AssemblyInfo.cs
WPFImage/CommunicationsLibraryForCodeProject/Logging/Properties/Settings.Designer.cs
WPFImage/CommunicationsLibraryForCodeProject/Logging/Properties/Settings.settings
WPFImage/CommunicationsLibraryForCodeProject/Logging/app.config
WPFImage/CompareMultiple.Plugin/CompareMultiple.Plugin.csproj
WPFImage/CompareMultiple.Plugin/CompareMultiple.Plugin.csproj.user
WPFImage/CompareMultiple.Plugin/CompareMultiple.Plugin.csproj.vspscc
WPFImage/CompareMultiple.Plugin/CompareMultipleImagesSimilarity.cs
WPFImage/CompareMultiple.Plugin/CompareMultipleImagesView.xaml
WPFImage/CompareMultiple.Plugin/CompareMultipleImagesView.xaml.cs
WPFImage/CompareMultiple.Plugin/CompareMultipleImagesWindow.xaml
WPFImage/CompareMultiple.Plugin/CompareMultipleImagesWindow.xaml.cs
WPFImage/CompareMultiple.Plugin/CompareMultipleWindowHandler.cs
WPFImage/CompareMultiple.Plugin/Properties/AssemblyInfo.cs
WPFImage/CompareMultiple.Plugin/Properties/Resources.Designer.cs
WPFImage/CompareMultiple.Plugin/Properties/Resources.resx
WPFImage/CompareMultiple.Plugin/Properties/Settings.Designer.cs
WPFImage/CompareMultiple.Plugin/Properties/Settings.settings
WPFImage/CompareMultiple.Plugin/SimilarityGroupHandler.cs
WPFImage/DirectoryViewModels/DirectoriesToExamineCollectionViewModel.cs
WPFImage/DirectoryViewModels/DirectoriesToExamineViewModel.cs
WPFImage/DirectoryViewModels/DirectoryToExamineViewModel.cs
WPFImage/DirectoryViewModels/DirectoryViewModels.csproj
WPFImage/DirectoryViewModels/DirectoryViewModels.csproj.user
WPFImage/DirectoryViewModels/DirectoryViewModels.csproj.vspscc
WPFImage/DirectoryViewModels/IFolderExplorerWindowHandler.cs
WPFImage/DirectoryViewModels/Properties/AssemblyInfo.cs
WPFImage/DragAndDrop/Drag.cs
WPFImage/DragAndDrop/DragAndDrop.csproj
WPFImage/DragAndDrop/DragAndDrop.csproj.user
WPFImage/DragAndDrop/DragAndDrop.csproj.vspscc
WPFImage/DragAndDrop/Drop.cs
WPFImage/DragAndDrop/DropEventArgs.cs
WPFImage/DragAndDrop/IDropTarget.cs
WPFImage/DragAndDrop/Properties/AssemblyInfo.cs
WPFImage/EventWindowHandler.Plugin/EventCallInfoView.xaml
WPFImage/EventWindowHandler.Plugin/EventCallInfoView.xaml.cs
WPFImage/EventWindowHandler.Plugin/EventCallInfoViewModel.cs
WPFImage/EventWindowHandler.Plugin/EventHandlerWindowRegisterPlugin.cs
WPFImage/EventWindowHandler.Plugin/EventInfoWindow.xaml
WPFImage/EventWindowHandler.Plugin/EventInfoWindow.xaml.cs
WPFImage/EventWindowHandler.Plugin/EventInfoWindowHandler.cs
WPFImage/EventWindowHandler.Plugin/EventWindowHandler.Plugin.csproj
WPFImage/EventWindowHandler.Plugin/EventWindowHandler.Plugin.csproj.user
WPFImage/EventWindowHandler.Plugin/EventWindowHandler.Plugin.csproj.vspscc
WPFImage/EventWindowHandler.Plugin/ObjectEventInfoView.xaml
WPFImage/EventWindowHandler.Plugin/ObjectEventInfoView.xaml.cs
WPFImage/EventWindowHandler.Plugin/ObjectEventInfoViewModel.cs
WPFImage/EventWindowHandler.Plugin/Properties/AssemblyInfo.cs
WPFImage/EventWindowHandler.Plugin/Properties/Resources.Designer.cs
WPFImage/EventWindowHandler.Plugin/Properties/Resources.resx
WPFImage/EventWindowHandler.Plugin/Properties/Settings.Designer.cs
WPFImage/EventWindowHandler.Plugin/Properties/Settings.settings
WPFImage/EventWindowHandler.Plugin/RecordedEventInfoView.xaml
WPFImage/EventWindowHandler.Plugin/RecordedEventInfoView.xaml.cs
WPFImage/EventWindowHandler.Plugin/RecordedEventInfoViewModel.cs
WPFImage/FindDuplicates.Plugin/CompareImagesView.xaml
WPFImage/FindDuplicates.Plugin/CompareImagesView.xaml.cs
WPFImage/FindDuplicates.Plugin/CompareImagesWindow.xaml
WPFImage/FindDuplicates.Plugin/CompareImagesWindow.xaml.cs
WPFImage/FindDuplicates.Plugin/CompareWindowHandler.cs
WPFImage/FindDuplicates.Plugin/DupeRunner.cs
WPFImage/FindDuplicates.Plugin/FindDuplicates.Plugin.csproj
WPFImage/FindDuplicates.Plugin/FindDuplicates.Plugin.csproj.user
WPFImage/FindDuplicates.Plugin/FindDuplicates.Plugin.csproj.vspscc
WPFImage/FindDuplicates.Plugin/Properties/AssemblyInfo.cs
WPFImage/FindDuplicates.Plugin/Properties/Resources.Designer.cs
WPFImage/FindDuplicates.Plugin/Properties/Resources.resx
WPFImage/FindDuplicates.Plugin/Properties/Settings.Designer.cs
WPFImage/FindDuplicates.Plugin/Properties/Settings.settings
WPFImage/FolderView.Plugin/FolderExplorerWindow.xaml
WPFImage/FolderView.Plugin/FolderExplorerWindow.xaml.cs
WPFImage/FolderView.Plugin/FolderExplorerWindowHandler.cs
WPFImage/FolderView.Plugin/FolderView.Plugin.csproj
WPFImage/FolderView.Plugin/FolderView.Plugin.csproj.user
WPFImage/FolderView.Plugin/FolderView.Plugin.csproj.vspscc
WPFImage/FolderView.Plugin/Properties/AssemblyInfo.cs
WPFImage/FullViewer.Plugin/FullImageView.xaml
WPFImage/FullViewer.Plugin/FullImageView.xaml.cs
WPFImage/FullViewer.Plugin/FullViewer.Plugin.csproj
WPFImage/FullViewer.Plugin/FullViewer.Plugin.csproj.user
WPFImage/FullViewer.Plugin/FullViewer.Plugin.csproj.vspscc
WPFImage/FullViewer.Plugin/FullViewerWindow.xaml
WPFImage/FullViewer.Plugin/FullViewerWindow.xaml.cs
WPFImage/FullViewer.Plugin/FullViewerWindowHandler.cs
WPFImage/FullViewer.Plugin/Properties/AssemblyInfo.cs
WPFImage/FullViewer.Plugin/Properties/Resources.Designer.cs
WPFImage/FullViewer.Plugin/Properties/Resources.resx
WPFImage/FullViewer.Plugin/Properties/Settings.Designer.cs
WPFImage/FullViewer.Plugin/Properties/Settings.settings
WPFImage/ImageAppDataModels/DirectoryWatcher.cs
WPFImage/ImageAppDataModels/ExtensionMethods.cs
WPFImage/ImageAppDataModels/Functions/DetermineBlur.cs
WPFImage/ImageAppDataModels/Functions/DetermineSimilarity.cs
WPFImage/ImageAppDataModels/Functions/FileImageRotation.cs
WPFImage/ImageAppDataModels/Functions/FindDuplicates.cs
WPFImage/ImageAppDataModels/ICoreDataProvider.cs
WPFImage/ImageAppDataModels/ImageAppDataModels.csproj
WPFImage/ImageAppDataModels/ImageAppDataModels.csproj.user
WPFImage/ImageAppDataModels/ImageAppDataModels.csproj.vspscc
WPFImage/ImageAppDataModels/Interfaces/Enumerations.cs
WPFImage/ImageAppDataModels/Interfaces/IFileImage.cs
WPFImage/ImageAppDataModels/LazyLoader.cs
WPFImage/ImageAppDataModels/Models/AdditionalImageInfo.cs
WPFImage/ImageAppDataModels/Models/BitmapAndDescription.cs
WPFImage/ImageAppDataModels/Models/DTOs/Counters.cs
WPFImage/ImageAppDataModels/Models/DTOs/FileImageDto.cs
WPFImage/ImageAppDataModels/Models/DirectoriesToExamine.cs
WPFImage/ImageAppDataModels/Models/DirectoriesToExamineCollection.cs
WPFImage/ImageAppDataModels/Models/DirectoryToExamine.cs
WPFImage/ImageAppDataModels/Models/FileImageCollection.cs
WPFImage/ImageAppDataModels/Models/FileImageGroup.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImage.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageAttachedInfo.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageBitmap.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageDataProvider.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageFactory.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageFileStore.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageFiltering.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageImageBytes.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageImageSource.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageMD5Hash.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImagePreloading.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/FileImageThumbnail.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/HasImageBytesBase.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/IDataReferencer.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/SingleThumbnail.cs
WPFImage/ImageAppDataModels/Models/FileImageModel/ThumbnailProvider.cs
WPFImage/ImageAppDataModels/Models/FileLocking.cs
WPFImage/ImageAppDataModels/Models/Group.cs
WPFImage/ImageAppDataModels/Models/LazyLoadingImageSource.cs
WPFImage/ImageAppDataModels/Models/RecentlyUsedFileImages.cs
WPFImage/ImageAppDataModels/Models/ThumbnailInfo.cs
WPFImage/ImageAppDataModels/Models/ThumbnailLazyLoader.cs
WPFImage/ImageAppDataModels/Pair.cs
WPFImage/ImageAppDataModels/Properties/AssemblyInfo.cs
WPFImage/ImageAppDataModels/SavedMetaData.cs
WPFImage/ImageAppDataModels/Unused.cs
WPFImage/ImageAppDataModels/Util.cs
WPFImage/ImageAppViewModels/BackgroundCalcHandler.cs
WPFImage/ImageAppViewModels/Commands/MoveFilterCommands.cs
WPFImage/ImageAppViewModels/FilePaths.cs
WPFImage/ImageAppViewModels/FilterForSimilarity
WPFImage/ImageAppViewModels/ISettingsWatcher.cs
WPFImage/ImageAppViewModels/ISettingsWindowHandler.cs
WPFImage/ImageAppViewModels/IThumbnailImageCollectionHandler.cs
WPFImage/ImageAppViewModels/ImageAppViewModels.csproj
WPFImage/ImageAppViewModels/ImageAppViewModels.csproj.user
WPFImage/ImageAppViewModels/ImageAppViewModels.csproj.vspscc
WPFImage/ImageAppViewModels/Properties/AssemblyInfo.cs
WPFImage/ImageAppViewModels/RotationParams.cs
WPFImage/ImageAppViewModels/VMWidthHeight.cs
WPFImage/ImageAppViewModels/ViewModels/BitmapAndDescriptionViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/BitmapsAndDescriptionsViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/EventCallInfoViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/FileImageCollectionStatsViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/FileImageCollectionViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/FileImageCollectionViewModelLazyLoadItems.cs
WPFImage/ImageAppViewModels/ViewModels/FileImageGroupViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/FileImageViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/FileImageViewModelCollection.cs
WPFImage/ImageAppViewModels/ViewModels/FilterCollectionCollectionViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/FilterCollectionViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/FilterViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/GroupCollectionViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/GroupViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/ObjectEventInfoViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/SettingsOldViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/SettingsTestViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/SimilarityGroupings.cs
WPFImage/ImageAppViewModels/ViewModels/SpecialFolder.cs
WPFImage/ImageAppViewModels/ViewModels/SpecialFolderCollection.cs
WPFImage/ImageAppViewModels/ViewModels/SpecialFolderHandler.cs
WPFImage/ImageAppViewModels/ViewModels/TypeViewModel.cs
WPFImage/ImageAppViewModels/ViewModels/TypeViewModelCollection.cs
WPFImage/ImageAppViewModels/ViewModels/WidthHeightSuccessEventArgs.cs
WPFImage/MotionAlarm/MotionAlarm.csproj
WPFImage/MotionAlarm/MotionAlarm.csproj.vspscc
WPFImage/MotionAlarm/Program.cs
WPFImage/MotionAlarm/Properties/AssemblyInfo.cs
WPFImage/MotionAlarmWPF/App.xaml
WPFImage/MotionAlarmWPF/App.xaml.cs
WPFImage/MotionAlarmWPF/MotionAlarmWPF.csproj
WPFImage/MotionAlarmWPF/MotionAlarmWPF.csproj.vspscc
WPFImage/MotionAlarmWPF/Properties/AssemblyInfo.cs
WPFImage/MotionAlarmWPF/Properties/Resources.Designer.cs
WPFImage/MotionAlarmWPF/Properties/Resources.resx
WPFImage/MotionAlarmWPF/Properties/Settings.Designer.cs
WPFImage/MotionAlarmWPF/Properties/Settings.settings
WPFImage/MotionAlarmWPF/Window1.xaml
WPFImage/MotionAlarmWPF/Window1.xaml.cs
WPFImage/MotionAlarmWPF/app.config
WPFImage/MultiSortLib/Image/BasicBitmap.cs
WPFImage/MultiSortLib/Image/BasicBitmapPopulator.cs
WPFImage/MultiSortLib/Image/BasicByteArray.cs
WPFImage/MultiSortLib/Image/BasicByteArrayPopulator.cs
WPFImage/MultiSortLib/Image/BasicImageSource.cs
WPFImage/MultiSortLib/Image/BasicImageSourcePopulator.cs
WPFImage/MultiSortLib/Image/BasicOnDemandImage.cs
WPFImage/MultiSortLib/MultiSort.cs
WPFImage/MultiSortLib/MultiSortLib.csproj
WPFImage/MultiSortLib/MultiSortLib.csproj.user
WPFImage/MultiSortLib/MultiSortLib.csproj.vspscc
WPFImage/MultiSortLib/Properties/AssemblyInfo.cs
WPFImage/MultiSortLib/SortSearchCriteria.cs
WPFImage/MultiSortLib/ValueComparison.cs
WPFImage/SettingsLibrary/KeyFileNameAndOrder.cs
WPFImage/SettingsLibrary/Properties/AssemblyInfo.cs
WPFImage/SettingsLibrary/Settings.cs
WPFImage/SettingsLibrary/SettingsLibrary.csproj
WPFImage/SettingsLibrary/SettingsLibrary.csproj.user
WPFImage/SettingsLibrary/SettingsLibrary.csproj.vspscc

Download

Click the following link to download wpfimagemanager.zip.

wpfimagemanager.zip




















Home »
  C# Free Code »
    Graphics »




2D
3D
Image
OpenGL
Pdf
Unity3D