├── .gitignore ├── CONTRIBUTING.md ├── Helpers ├── AboutPrompt.cs ├── AboutPromptUserControl.xaml ├── AboutPromptUserControl.xaml.cs ├── Alarm.cs ├── BackgroundWorkerHelper.cs ├── BooleanToVisibilityConverter.cs ├── Clipboard.cs ├── ConvertSuperImage.cs ├── DeviceExtendedPropertiesHelper.cs ├── DoWorkEventArgsHelper.cs ├── GeoCoordinate.cs ├── IdleDetectionModeHelper.cs ├── InputPrompt.cs ├── InputPromptUserControl.xaml ├── InputPromptUserControl.xaml.cs ├── IsolatedStorageExtensionsHelper.cs ├── ItemsControlExHelper.cs ├── LocalNavigationHelper.cs ├── MessagePrompt.cs ├── MessagePromptUserControl.xaml ├── MessagePromptUserControl.xaml.cs ├── NavigationArgsHelper.cs ├── NavigationEventArgsHelper.cs ├── NavigationListHelper.cs ├── NetworkInterfaceType.cs ├── OrientationChangedEventArgsHelper.cs ├── PhoneApplicationServiceHelper.cs ├── PhoneHelper.cs ├── PhoneTaskHelper.cs ├── PrepareContainerForItemEventArgsHelper.cs ├── ProgressIndicator.cs ├── RunWorkerCompletedEventArgsHelper.cs ├── SaveContactTask.cs ├── ShareLinkTaskHelper.cs ├── SortedLocaleGrouping.cs ├── StringToVisibilityConverter.cs ├── SyndicationFeedLoadHelper.cs ├── SystemTray.cs ├── TilesHelper.cs ├── Toast.cs ├── TransientStateHelper.cs ├── UriMapperBaseHelper.cs ├── UserExtendedProperties.cs ├── VisibilityToBooleanConverter.cs ├── WebBrowsweTaskHelper.cs └── WriteableBitmapHelperExtensions.cs ├── LICENSE ├── Mappings ├── CodeMappings │ ├── Coding4Fun.Phone.Controls.Converters │ │ ├── BooleanToVisibilityConverter.map │ │ ├── StringToVisibility.map │ │ └── VisibilityToBooleanConverter.map │ ├── Coding4Fun.Toolkit.Controls.Data │ │ └── Package.map │ ├── Coding4Fun.Toolkit.Controls │ │ ├── AboutPrompt.map │ │ ├── AboutPromptItem.map │ │ ├── InputPrompt.map │ │ ├── MessagePrompt.map │ │ ├── PopUpEventArgs.map │ │ ├── ProgressOverlay.map │ │ └── Toast.map │ ├── Microsoft.Devices │ │ ├── DeviceType.map │ │ ├── Environment.map │ │ └── VibrateController.map │ ├── Microsoft.Phone.Controls.Maps │ │ ├── Map.map │ │ ├── MapCore.map │ │ └── MapItemsControl.map │ ├── Microsoft.Phone.Controls │ │ ├── AutoCompleteBox.map │ │ ├── ContextMenu.map │ │ ├── DatePicker.map │ │ ├── DateTimeValueChangedEventArgs.map │ │ ├── FlickGestureEventArgs.map │ │ ├── GestureEventArgs.map │ │ ├── ListPicker.map │ │ ├── LongListMultiSelector.map │ │ ├── LongListSelector.map │ │ ├── MenuItem.map │ │ ├── MultiselectList.map │ │ ├── NavigatingEventArgs.map │ │ ├── NavigationOutTransition.map │ │ ├── NavigationThemeTransition.map │ │ ├── NotifyEventArgs.map │ │ ├── OrientationChangedEventArgs.map │ │ ├── PageOrientation.map │ │ ├── PanoramaItem.map │ │ ├── PhoneApplicationFrame.map │ │ ├── PhoneApplicationPage.map │ │ ├── Pivot.map │ │ ├── PivotItem.map │ │ ├── ProgressBar.map │ │ ├── RotateTransitionMode.map │ │ ├── RoundButton.map │ │ ├── SlideTransition.map │ │ ├── SlideTransitionMode.map │ │ ├── SupportedPageOrientation.map │ │ ├── SwivelTransitionMode.map │ │ ├── TiltEffect.map │ │ ├── TimePicker.map │ │ ├── TimePickerValueChangedEventArgs.map │ │ ├── ToggleSwitch.map │ │ ├── TransitionCollection.map │ │ ├── TransitionFrame.map │ │ ├── TurnstileTransition.map │ │ ├── TurnstileTransitionMode.map │ │ ├── WebBrowser.map │ │ └── WrapPanel.map │ ├── Microsoft.Phone.Globalization │ │ └── SortedLocaleGrouping.map │ ├── Microsoft.Phone.Info │ │ ├── DeviceExtendedProperties.map │ │ ├── DeviceStatus.map │ │ └── UserExtendedProperties.map │ ├── Microsoft.Phone.Maps.Controls │ │ ├── Map.map │ │ ├── MapCartographicMode.map │ │ ├── MapColorMode.map │ │ ├── MapLayer.map │ │ ├── MapOverlay.map │ │ └── MapsApplicationContext.map │ ├── Microsoft.Phone.Maps.Toolkit │ │ ├── MapExtensions.map │ │ ├── Pushpin.map │ │ └── UserLocationMarker.map │ ├── Microsoft.Phone.Marketplace │ │ └── LicenseInformation.map │ ├── Microsoft.Phone.Net.NetworkInformation │ │ ├── DeviceNetworkInformation.map │ │ ├── NetworkInterface.map │ │ └── NetworkInterfaceType.map │ ├── Microsoft.Phone.Scheduler │ │ ├── Alarm.map │ │ └── ToastNotificationManager.map │ ├── Microsoft.Phone.Shell │ │ ├── ApplicationBar.map │ │ ├── ApplicationBarIconButton.map │ │ ├── ApplicationBarMenuItem.map │ │ ├── FlipTileData.map │ │ ├── IApplicationBar.map │ │ ├── IApplicationBarIconButton.map │ │ ├── IApplicationBarMenuItem.map │ │ ├── IdleDetectionMode.map │ │ ├── LaunchingEventArgs.map │ │ ├── PhoneApplicationService.map │ │ ├── ShellTile.map │ │ ├── ShellTileData.map │ │ ├── ShellToast.map │ │ ├── StandardTileData.map │ │ ├── StatusBarProgressIndicator.map │ │ └── SystemTray.map │ ├── Microsoft.Phone.Tasks │ │ ├── CameraCaptureTask.map │ │ ├── EmailComposeTask.map │ │ ├── MarketplaceContentType.map │ │ ├── MarketplaceDetailTask.map │ │ ├── MarketplaceReviewTask.map │ │ ├── MarketplaceSearchTask.map │ │ ├── PhoneCallTask.map │ │ ├── PhotoChooser.map │ │ ├── PhotoResult.map │ │ ├── SaveContactTask.map │ │ ├── ShareLinkTask.map │ │ ├── ShareMediaTask.map │ │ ├── ShareTaskBase.map │ │ ├── SmsComposeTask.map │ │ ├── TaskEventArgs.map │ │ ├── TaskResult.map │ │ └── WebBrowserTask.map │ ├── Microsoft.Phone.UserData │ │ ├── Appointment.map │ │ ├── Appointments.map │ │ ├── AppointmentsSearchEventArgs.map │ │ ├── CompleteName.map │ │ ├── Contact.map │ │ ├── ContactPhoneNumber.map │ │ ├── Contacts.map │ │ ├── ContactsSearchEventArgs.map │ │ └── FilterKind.map │ ├── Microsoft.Xna.Framework.Audio │ │ ├── SoundEffect.map │ │ ├── SoundEffectInstance.map │ │ └── SoundState.map │ ├── Microsoft.Xna.Framework.GamerServices │ │ └── Guide.map │ ├── Microsoft.Xna.Framework.Media │ │ └── MediaLibrary.map │ ├── Microsoft.Xna.Framework │ │ ├── FrameworkDispatcher.map │ │ └── TitleContainer.map │ ├── NavigationListControl │ │ ├── NavigationEventArgs.map │ │ └── NavigationList.map │ ├── System.CodeDom.Compiler │ │ └── GeneratedCodeAttribute.map │ ├── System.Collections.Generic │ │ ├── IDictionary.map │ │ ├── IEnumerable.map │ │ ├── KeyNotFoundException.map │ │ └── List.map │ ├── System.Collections.Specialized │ │ ├── INotifyCollectionChanged.map │ │ ├── NotifyCollectionChangedEventArgs.map │ │ └── NotifyCollectionChangedEventHandler.map │ ├── System.Collections │ │ ├── DictionaryEntry.map │ │ ├── ICollection.map │ │ ├── IDictionary.map │ │ ├── IEnumerable.map │ │ ├── IEnumerator.map │ │ └── IList.map │ ├── System.ComponentModel │ │ ├── AsyncCompletedEventArgs.map │ │ ├── BackgroundWorker.map │ │ ├── CancelEventArgs.map │ │ ├── CategoryAttribute.map │ │ ├── DefaultValueAttribute.map │ │ ├── DesignerProperties.map │ │ ├── DoWorkEventArgs.map │ │ ├── EditorBrowsableAttribute.map │ │ ├── INotifyPropertyChanged.map │ │ ├── PropertyChangedEventArgs.map │ │ ├── PropertyChangedEventHandler.map │ │ ├── RunWorkerCompletedEventArgs.map │ │ └── TypeConverter.map │ ├── System.Device.Location │ │ ├── GeoCoordinate.map │ │ ├── GeoCoordinateWatcher.map │ │ ├── GeoPosition.map │ │ ├── GeoPositionAccuracy.map │ │ ├── GeoPositionChangedEventArgs.map │ │ ├── GeoPositionStatus.map │ │ └── GeoPositionStatusChangedEventArgs.map │ ├── System.Diagnostics.CodeAnalysis │ │ └── SuppressMessageAttribute.map │ ├── System.Diagnostics │ │ ├── ConditionalAttribute.map │ │ ├── Debug.map │ │ ├── DebuggableAttribute.map │ │ ├── Debugger.map │ │ ├── DebuggerBrowsableAttribute.map │ │ ├── DebuggerDisplayAttribute.map │ │ ├── DebuggerHiddenAttribute.map │ │ ├── DebuggerStepThroughAttribute.map │ │ ├── StackFrame.map │ │ └── StackTrace.map │ ├── System.Globalization │ │ ├── CultureInfoMapper.map │ │ ├── DateTimeFormatInfo.map │ │ └── NumberFormatInfo.map │ ├── System.IO.IsolatedStorage │ │ ├── IsolatedStorageFile.map │ │ ├── IsolatedStorageFileStream.map │ │ └── IsolatedStorageSettingsMapper.map │ ├── System.IO │ │ ├── BinaryReader.map │ │ ├── BinaryWriter.map │ │ ├── EndOfStreamException.map │ │ ├── File.map │ │ ├── MemoryStream.map │ │ ├── Path.map │ │ ├── Stream.map │ │ ├── StreamReader.map │ │ ├── StreamWriter.map │ │ ├── StringReader.map │ │ ├── StringWriter.map │ │ ├── TextReader.map │ │ └── TextWriter.map │ ├── System.Linq.Expressions │ │ ├── Expression.map │ │ ├── LambdaExpression.map │ │ ├── MemberExpression.map │ │ └── UnaryExpression.map │ ├── System.Linq │ │ └── Enumerable.map │ ├── System.Net │ │ ├── DownloadStringCompletedEventArgs.map │ │ ├── DownloadStringCompletedEventHandler.map │ │ ├── HttpUtility.map │ │ ├── HttpWebRequest.map │ │ ├── HttpWebResponse.map │ │ ├── OpenReadCompletedEventArgs.map │ │ ├── OpenReadCompletedEventHandler.map │ │ ├── WebClient.map │ │ ├── WebRequest.map │ │ └── WebResponse.map │ ├── System.Reflection │ │ ├── Assembly.map │ │ ├── AssemblyCompanyAttribute.map │ │ ├── AssemblyConfigurationAttribute.map │ │ ├── AssemblyCopyrightAttribute.map │ │ ├── AssemblyCultureAttribute.map │ │ ├── AssemblyDescriptionAttribute.map │ │ ├── AssemblyFileVersionAttribute.map │ │ ├── AssemblyName.map │ │ ├── AssemblyProductAttribute.map │ │ ├── AssemblyTitleAttribute.map │ │ ├── AssemblyTrademarkAttribute.map │ │ ├── AssemblyVersionAttribute.map │ │ ├── ConstructorInfo.map │ │ ├── DefaultMemberAttribute.map │ │ ├── EventInfo.map │ │ ├── FieldInfo.map │ │ ├── IntrospectionExtensions.map │ │ ├── MemberInfo.map │ │ ├── MethodBase.map │ │ ├── MethodInfo.map │ │ ├── ParameterInfo.map │ │ ├── PropertyInfo.map │ │ ├── RuntimeReflectionExtensions.map │ │ └── TypeInfo.map │ ├── System.Resources │ │ ├── NeutralResourcesLanguageAttribute.map │ │ └── ResourceManager.map │ ├── System.Runtime.CompilerServices │ │ ├── AsyncStateMachineAttribute.map │ │ ├── AsyncTaskMethodBuilder.map │ │ ├── AsyncVoidMethodBuilder.map │ │ ├── DynamicAttribute.map │ │ ├── ExtensionAttribute.map │ │ ├── IAsyncStateMachine.map │ │ ├── InternalsVisibleToAttribute.map │ │ ├── RuntimeHelpers.map │ │ └── TaskAwaiter.map │ ├── System.Runtime.InteropServices │ │ ├── ComVisibleAttribute.map │ │ ├── GuidAttribute.map │ │ ├── OutAttribute.map │ │ └── StructLayoutAttribute.map │ ├── System.Runtime.Serialization.Json │ │ └── DataContractJsonSerializer.map │ ├── System.Runtime.Serialization │ │ ├── DataContractAttribute.map │ │ ├── DataContractSerializer.map │ │ ├── DataMemberAttribute.map │ │ ├── EnumMemberAttribute.map │ │ └── XmlObjectSerializer.map │ ├── System.Runtime.Versioning │ │ └── TargetFrameworkAttribute.map │ ├── System.Security.Cryptography │ │ ├── AesManaged.map │ │ ├── CryptoStream.map │ │ ├── HashAlgorithm.map │ │ ├── ProtectedData.map │ │ ├── SHA1Managed.map │ │ └── SymmetricAlgorithm.map │ ├── System.ServiceModel.Syndication │ │ └── SyndicationFeed.map │ ├── System.Text.RegularExpressions │ │ ├── Capture.map │ │ ├── GroupCollection.map │ │ ├── Match.map │ │ ├── MatchCollection.map │ │ └── Regex.map │ ├── System.Text │ │ ├── Encoding.map │ │ ├── StringBuilder.map │ │ └── UTF8Encoding.map │ ├── System.Threading.Tasks │ │ ├── Task.map │ │ └── TaskFactory.map │ ├── System.Threading │ │ ├── AutoResetEvent.map │ │ ├── Dispatcher.map │ │ ├── EventWaitHandle.map │ │ ├── Interlocked.map │ │ ├── ManualResetEvent.map │ │ ├── Monitor.map │ │ ├── SendOrPostCallback.map │ │ ├── SynchronizationContext.map │ │ ├── Thread.map │ │ ├── ThreadPool.map │ │ ├── ThreadStart.map │ │ ├── Timer.map │ │ ├── TimerCallback.map │ │ ├── WaitCallback.map │ │ └── WaitHandle.map │ ├── System.Windows.Controls.Primitives │ │ ├── ButtonBase.map │ │ ├── Popup.map │ │ ├── RangeBase.map │ │ ├── Selector.map │ │ └── ToggleButton.map │ ├── System.Windows.Controls │ │ ├── Border.map │ │ ├── Button.map │ │ ├── Canvas.map │ │ ├── CheckBox.map │ │ ├── ColumnDefinition.map │ │ ├── ContentControl.map │ │ ├── ContentPresenter.map │ │ ├── Control.map │ │ ├── Frame.map │ │ ├── Grid.map │ │ ├── Image.map │ │ ├── ItemContainerGenerator.map │ │ ├── ItemsControl.map │ │ ├── ListBox.map │ │ ├── ListBoxItem.map │ │ ├── MediaElement.map │ │ ├── Orientation.map │ │ ├── Page.map │ │ ├── Panel.map │ │ ├── PasswordBox.map │ │ ├── ProgressBar.map │ │ ├── RowDefinition.map │ │ ├── ScrollViewer.map │ │ ├── SelectionChangedEventArgs.map │ │ ├── SelectionChangedEventHandler.map │ │ ├── Slider.map │ │ ├── StackPanel.map │ │ ├── TextBlock.map │ │ ├── TextBox.map │ │ ├── TextChangedEventHandler.map │ │ └── UserControl.map │ ├── System.Windows.Data │ │ ├── Binding.map │ │ ├── BindingMode.map │ │ └── IValueConverter.map │ ├── System.Windows.Documents │ │ ├── Inline.map │ │ ├── InlineCollection.map │ │ └── Run.map │ ├── System.Windows.Input │ │ ├── GestureEventArgs.map │ │ ├── ICommand.map │ │ ├── InputScope.map │ │ ├── InputScopeName.map │ │ ├── InputScopeNameValue.map │ │ ├── Key.map │ │ ├── KeyEventArgs.map │ │ ├── KeyEventHandler.map │ │ ├── ManipulationCompletedEventArgs.map │ │ ├── ManipulationDelta.map │ │ ├── ManipulationDeltaEventArgs.map │ │ ├── ManipulationStartedEventArgs.map │ │ ├── ManipulationVelocities.map │ │ ├── MouseButtonEventArgs.map │ │ ├── MouseButtonEventHandler.map │ │ ├── MouseEventHandler.map │ │ ├── Touch.map │ │ ├── TouchFrameEventArgs.map │ │ ├── TouchFrameEventHandler.map │ │ └── TouchPoint.map │ ├── System.Windows.Interop │ │ ├── Content.map │ │ ├── Settings.map │ │ └── SilverlightHost.map │ ├── System.Windows.Markup │ │ ├── ContentPropertyAttribute.map │ │ ├── XamlReader.map │ │ └── XmlLanguage.map │ ├── System.Windows.Media.Animation │ │ ├── BackEase.map │ │ ├── BounceEase.map │ │ ├── CircleEase.map │ │ ├── CubicEase.map │ │ ├── DoubleAnimation.map │ │ ├── DoubleAnimationUsingKeyFrames.map │ │ ├── DoubleKeyFrame.map │ │ ├── EasingDoubleKeyFrame.map │ │ ├── EasingFunctionBase.map │ │ ├── ElasticEase.map │ │ ├── ExponentialEase.map │ │ ├── KeyTime.map │ │ ├── PowerEase.map │ │ ├── QuadraticEase.map │ │ ├── QuarticEase.map │ │ ├── QuinticEase.map │ │ ├── SineEase.map │ │ ├── Storyboard.map │ │ └── Timeline.map │ ├── System.Windows.Media.Imaging │ │ ├── BitmapImage.map │ │ ├── BitmapSource.map │ │ ├── Extensions.map │ │ └── WriteableBitmap.map │ ├── System.Windows.Media │ │ ├── BitmapCache.map │ │ ├── Brush.map │ │ ├── Color.map │ │ ├── Colors.map │ │ ├── CompositeTransform.map │ │ ├── CompositionTarget.map │ │ ├── EllipseGeometry.map │ │ ├── FontFamily.map │ │ ├── GeneralTransform.map │ │ ├── GeometryGroup.map │ │ ├── GradientBrush.map │ │ ├── GradientStop.map │ │ ├── GradientStopCollection.map │ │ ├── ImageBrush.map │ │ ├── LinearGradientBrush.map │ │ ├── PlaneProjection.map │ │ ├── RectangleGeometry.map │ │ ├── RotateTransform.map │ │ ├── ScaleTransform.map │ │ ├── SkewTransform.map │ │ ├── SolidColorBrush.map │ │ ├── Stretch.map │ │ ├── TileBrush.map │ │ ├── TransformGroup.map │ │ ├── TranslateTransform.map │ │ └── VisualTreeHelper.map │ ├── System.Windows.Navigation │ │ ├── JournalEntry.map │ │ ├── LoadCompletedEventHandler.map │ │ ├── NavigatedEventHandler.map │ │ ├── NavigatingCancelEventArgs.map │ │ ├── NavigatingCancelEventHandler.map │ │ ├── NavigatingEventArgs.map │ │ ├── NavigationContext.map │ │ ├── NavigationEventArgs.map │ │ ├── NavigationFailedEventHandler.map │ │ ├── NavigationService.map │ │ └── UriMapperBase.map │ ├── System.Windows.Resources │ │ └── StreamResourceInfo.map │ ├── System.Windows.Shapes │ │ ├── Ellipse.map │ │ ├── Path.map │ │ ├── Polygon.map │ │ ├── Rectangle.map │ │ └── Shape.map │ ├── System.Windows.Threading │ │ ├── Dispatcher.map │ │ └── DispatcherTimer.map │ ├── System.Windows │ │ ├── ApplicationMapper.map │ │ ├── ApplicationUnhandledExceptionEventArgs.map │ │ ├── ButtonBase.map │ │ ├── Clipboard.map │ │ ├── DependencyObject.map │ │ ├── DependencyProperty.map │ │ ├── DependencyPropertyChangedEventArgs.map │ │ ├── DependencyPropertyChangedEventHandler.map │ │ ├── Deployment.map │ │ ├── Duration.map │ │ ├── FontStyles.map │ │ ├── FontWeights.map │ │ ├── FrameworkElement.map │ │ ├── GridLength.map │ │ ├── GridUnitType.map │ │ ├── HorizontalAlignment.map │ │ ├── MessageBox.map │ │ ├── MessageBoxResult.map │ │ ├── Point.map │ │ ├── PropertyChangedCallback.map │ │ ├── PropertyMetadata.map │ │ ├── PropertyPath.map │ │ ├── Rect.map │ │ ├── ResourceDictionary.map │ │ ├── RoutedEventArgs.map │ │ ├── RoutedEventHandler.map │ │ ├── Size.map │ │ ├── SizeChangedEventArgs.map │ │ ├── SizeChangedEventHandler.map │ │ ├── TemplatePartAttribute.map │ │ ├── TemplateVisualStateAttribute.map │ │ ├── TextWrapping.map │ │ ├── Thickness.map │ │ ├── UIElement.map │ │ ├── VerticalAlignment.map │ │ ├── VisibilityMapper.map │ │ ├── VisualState.map │ │ ├── VisualStateChangedEventArgs.map │ │ ├── VisualStateGroup.map │ │ └── VisualStateManager.map │ ├── System.Xml.Linq │ │ ├── XAttribute.map │ │ ├── XCData.map │ │ ├── XComment.map │ │ ├── XContainer.map │ │ ├── XDeclaration.map │ │ ├── XDocument.map │ │ ├── XElement.map │ │ ├── XName.map │ │ ├── XNamespace.map │ │ ├── XNode.map │ │ ├── XObject.map │ │ ├── XProcessingInstruction.map │ │ └── XText.map │ ├── System.Xml.Serialization │ │ └── XmlSerializer.map │ ├── System.Xml │ │ ├── NameTable.map │ │ ├── XmlConvert.map │ │ ├── XmlNamespaceManager.map │ │ ├── XmlReader.map │ │ ├── XmlReaderSettings.map │ │ ├── XmlWriter.map │ │ └── XmlXapResolver.map │ ├── System │ │ ├── DateTime.map │ │ ├── Environment.map │ │ ├── EventHandler_GeoPositionChangedEventArgs_GeoCoor.map │ │ ├── EventHandler_GeoPositionStatusChangedEventArgs.map │ │ ├── String.map │ │ ├── StringComparison.map │ │ └── Uri.map │ ├── Windows.ApplicationModel.Store │ │ └── CurrentApp.map │ ├── Windows.ApplicationModel.VoiceCommands │ │ └── VoiceCommandDefinition.map │ ├── Windows.ApplicationModel │ │ └── Package.map │ ├── Windows.Devices.Geolocation │ │ ├── Geocoordinate.map │ │ └── GeocoordinateExtensions.map │ ├── Windows.Foundation.Metadata │ │ ├── DefaultAttribute.map │ │ ├── DefaultOverloadAttribute.map │ │ ├── ExclusiveToAttribute.map │ │ ├── GuidAttribute.map │ │ ├── MarshalingBehaviorAttribute.map │ │ ├── ThreadingAttribute.map │ │ └── VersionAttribute.map │ ├── Windows.Phone.Speech.Recognition │ │ ├── SpeechGrammarSet.map │ │ ├── SpeechRecognitionConfidence.map │ │ ├── SpeechRecognitionResult.map │ │ ├── SpeechRecognitionResultStatus.map │ │ ├── SpeechRecognitionUIResult.map │ │ ├── SpeechRecognizer.map │ │ ├── SpeechRecognizerSettings.map │ │ ├── SpeechRecognizerUI.map │ │ └── SpeechRecognizerUISettings.map │ ├── Windows.Phone.Speech.Synthesis │ │ ├── InstalledVoices.map │ │ ├── SpeechSynthesizer.map │ │ ├── Voice.map │ │ ├── VoiceGender.map │ │ └── VoiceInformation.map │ ├── Windows.Phone.Speech.VoiceCommands │ │ ├── VoiceCommandService.map │ │ └── VoiceCommandSet.map │ ├── Windows.Phone.Storage.SharedAccess │ │ └── SharedStorageAccessManager.map │ ├── Windows.System │ │ └── Launcher.map │ └── Windows.UI.Xaml.Controls │ │ └── Frame.map ├── NamespaceMappings │ └── DefaultMaps.nsmap ├── PrjDependenciesMappings │ ├── Microsoft.Live.refmap │ ├── Microsoft.Phone.Controls.refmap │ └── MsTest.refmap └── XamlMappings │ ├── Coding4Fun.Phone.Controls.Converters │ ├── BooleanToVisibilityConverter.xmap │ ├── StringToVisibility.xmap │ └── VisibilityToBooleanConverter.xmap │ ├── Coding4Fun.Toolkit.Controls │ ├── ProgressOverlay.xmap │ ├── SuperImage.xmap │ └── SuperImageSource.xmap │ ├── Common │ └── CommonMappingsUnit.xmap │ ├── Microsoft.Phone.Controls.Maps │ ├── MapControl.xmap │ ├── MapItemsControl.xmap │ └── Pushpin.xmap │ ├── Microsoft.Phone.Controls │ ├── AutoCompleteBox.xmap │ ├── ContextMenu.xmap │ ├── ContextMenuService.xmap │ ├── DatePicker.xmap │ ├── ExpanderView.xmap │ ├── JumpListItemConverters.xmap │ ├── ListPicker.xmap │ ├── LongListMultiSelector.xmap │ ├── LongListSelector.xmap │ ├── Map.xmap │ ├── MenuItem.xmap │ ├── MultiselectList.xmap │ ├── NavigatingEventArgs.xmap │ ├── NavigationOutTransition.xmap │ ├── Panorama.xmap │ ├── PerformanceProgressBar.xmap │ ├── PhoneApplicationFrame.xmap │ ├── PhoneApplicationPage.xmap │ ├── PhoneTextBox.xmap │ ├── Pivot.xmap │ ├── ProgressBar.xmap │ ├── RoundButton.xmap │ ├── SlideTransition.xmap │ ├── TiltEffect.xmap │ ├── TimePicker.xmap │ ├── ToggleSwitch.xmap │ ├── TransitionCollection.xmap │ ├── TransitionService.xmap │ ├── TurnstileTransition.xmap │ ├── WebBrowser.xmap │ └── WrapPanel.xmap │ ├── Microsoft.Phone.Maps.Controls │ └── Map.xmap │ ├── Microsoft.Phone.Maps.Toolkit │ ├── MapExtensions.xmap │ ├── MapItemsControl.xmap │ ├── Pushping.xmap │ └── UserLocationMarker.xmap │ ├── Microsoft.Phone.Shell │ ├── ApplicationBar.xmap │ ├── ApplicationBarIconButton.xmap │ └── SystemTray.xmap │ ├── Presentation │ ├── BitmapCache.xmap │ ├── Border.xmap │ ├── Button.xmap │ ├── Canvas.xmap │ ├── CheckBox.xmap │ ├── ControlTemplate.xmap │ ├── DoubleAnimation.xmap │ ├── DoubleAnimationUsingKeyFrames.xmap │ ├── Grid.xmap │ ├── HyperlinkButton.xmap │ ├── Image.xmap │ ├── ListBox.xmap │ ├── PasswordBox.xmap │ ├── Rectangle.xmap │ ├── Run.xmap │ ├── Setter.xmap │ ├── Slider.xmap │ ├── SolidColorBrush.xmap │ ├── StackPanel.xmap │ ├── Storyboard.xmap │ ├── Style.xmap │ ├── TextBlock.xmap │ ├── TextBox.xmap │ └── UserControl.xmap │ └── System.Windows.Controls.Primitives │ └── ToggleButton.xmap ├── README.md └── code_mappings_listing.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.md~ 2 | *~ 3 | *.bak 4 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | ## What to contribute? 4 | 5 | Window Phone 8 has lots of *API*s. We'll appreciate the contribution of API mappings or the suggestions for improving exiting ones. 6 | 7 | See our [wiki](wiki) to learn how to create new mappings. 8 | 9 | ## How to contribute? 10 | 11 | We like the pull request mechanism for submitting changes. 12 | 13 | Every contribution will be submitted to a QA process . 14 | 15 | The mappings exposed in this repository will be integrated periodically to the conversion tool. 16 | 17 | For more information *contact us*. 18 | -------------------------------------------------------------------------------- /Helpers/BooleanToVisibilityConverter.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using Windows.UI.Xaml; 3 | using Windows.UI.Xaml.Data; 4 | 5 | namespace WindowsPhoneUWP.UpgradeHelpers 6 | { 7 | public class BooleanToVisibilityConverter : IValueConverter 8 | { 9 | public object Convert(object value, Type targetType, object parameter, string language) 10 | { 11 | var boolValue = System.Convert.ToBoolean(value); 12 | if(parameter != null) 13 | { 14 | boolValue = !boolValue; 15 | } 16 | return boolValue ? Visibility.Visible : Visibility.Collapsed; 17 | } 18 | 19 | public object ConvertBack(object value, Type targetType, object parameter, string language) 20 | { 21 | return value.Equals(Visibility.Visible); 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /Helpers/DoWorkEventArgsHelper.cs: -------------------------------------------------------------------------------- 1 | 2 | using System; 3 | 4 | /// 5 | /// ################################################################ 6 | /// EXPERIMENTAL HELPER IMPLEMENTATION 7 | /// ################################################################ 8 | /// 9 | namespace WindowsPhoneUWP.UpgradeHelpers 10 | { 11 | 12 | public class DoWorkEventArgsHelper : EventArgs 13 | { 14 | public object Argument { get; } 15 | public bool Cancel { get; set; } 16 | public object Result { get; set; } 17 | 18 | public DoWorkEventArgsHelper(Object argument) 19 | { 20 | Argument = argument; 21 | } 22 | 23 | } 24 | } -------------------------------------------------------------------------------- /Helpers/IdleDetectionModeHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace WindowsPhoneUWP.UpgradeHelpers 8 | { 9 | public enum IdleDetectionModeHelper 10 | { 11 | Enabled = 0, 12 | 13 | Disabled = 1, 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Helpers/InputPromptUserControl.xaml: -------------------------------------------------------------------------------- 1 |  9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Helpers/IsolatedStorageExtensionsHelper.cs: -------------------------------------------------------------------------------- 1 | 2 | using System.Threading.Tasks; 3 | using System; 4 | 5 | namespace WindowsPhoneUWP.UpgradeHelpers 6 | { 7 | 8 | static class IsolatedStorageExtensionsHelper 9 | { 10 | public static bool TryGetValue(this Windows.Storage.ApplicationDataContainer settings, string key, out T value) 11 | { 12 | object tmp; 13 | bool result; 14 | value = default(T); 15 | if (result = settings.Values.TryGetValue(key, out tmp)) 16 | { 17 | value = (T)tmp; 18 | } 19 | return result; 20 | } 21 | 22 | public static async Task GetFreeSpace(Windows.Storage.StorageFolder folder) 23 | { 24 | var retrivedProperties = await folder.Properties.RetrievePropertiesAsync(new string[] { "System.FreeSpace" }); 25 | return (ulong)retrivedProperties["System.FreeSpace"]; 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /Helpers/ItemsControlExHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using Windows.UI.Xaml; 3 | using Windows.UI.Xaml.Controls; 4 | 5 | namespace WindowsPhoneUWP.UpgradeHelpers 6 | { 7 | public class ItemsControlExHelper : ItemsControl 8 | { 9 | public event EventHandler PrepareContainerForItem; 10 | 11 | protected override void PrepareContainerForItemOverride(DependencyObject element, object item) 12 | { 13 | base.PrepareContainerForItemOverride(element, item); 14 | this.OnPrepareContainerForItem(new PrepareContainerForItemEventArgsHelper(element, item)); 15 | } 16 | 17 | protected void OnPrepareContainerForItem(PrepareContainerForItemEventArgsHelper args) 18 | { 19 | if (this.PrepareContainerForItem == null) 20 | return; 21 | this.PrepareContainerForItem((object) this, args); 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /Helpers/MessagePromptUserControl.xaml: -------------------------------------------------------------------------------- 1 |  9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Helpers/NavigationArgsHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Windows.UI.StartScreen; 7 | 8 | namespace WindowsPhoneUWP.UpgradeHelpers 9 | { 10 | public static class NavigationArgsHelper 11 | { 12 | public static Uri GetAsNavigationUri(this Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs navigationArgs) 13 | { 14 | return new Uri("/" + navigationArgs.SourcePageType.Name + "?" + Convert.ToString(navigationArgs.Parameter)); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Helpers/NavigationEventArgsHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace WindowsPhoneUWP.UpgradeHelpers 4 | { 5 | public class NavigationEventArgsHelper : EventArgs 6 | { 7 | public object Item { get; private set; } 8 | 9 | internal NavigationEventArgsHelper(object item) 10 | { 11 | this.Item = item; 12 | } 13 | } 14 | } -------------------------------------------------------------------------------- /Helpers/NetworkInterfaceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobilizeNet/UWPConversionMappings/9178caeca5a88e5dce3f1e2bba57014e5c0f746e/Helpers/NetworkInterfaceType.cs -------------------------------------------------------------------------------- /Helpers/OrientationChangedEventArgsHelper.cs: -------------------------------------------------------------------------------- 1 | 2 | using System; 3 | using Windows.UI.ViewManagement; 4 | 5 | namespace WindowsPhoneUWP.UpgradeHelpers 6 | { 7 | 8 | public class OrientationChangedEventArgsHelper : EventArgs 9 | { 10 | 11 | public ApplicationViewOrientation Orientation { get; } 12 | 13 | public OrientationChangedEventArgsHelper(ApplicationViewOrientation orientation) 14 | { 15 | this.Orientation = orientation; 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Helpers/PhoneTaskHelper.cs: -------------------------------------------------------------------------------- 1 | 2 | using System; 3 | using Windows.ApplicationModel.Calls; 4 | 5 | /// 6 | /// ################################################################ 7 | /// EXPERIMENTAL HELPER IMPLEMENTATION 8 | /// ################################################################ 9 | /// 10 | namespace UpgradeHelpers 11 | { 12 | public class PhoneTaskHelper 13 | { 14 | public string DisplayName { get; internal set; } 15 | public string PhoneNumber { get; internal set; } 16 | 17 | public PhoneTaskHelper() 18 | { 19 | DisplayName = ""; 20 | PhoneNumber = ""; 21 | } 22 | 23 | public void Show() 24 | { 25 | PhoneCallManager.ShowPhoneCallUI(PhoneNumber, DisplayName); 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Helpers/PrepareContainerForItemEventArgsHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using Windows.UI.Xaml; 3 | 4 | namespace WindowsPhoneUWP.UpgradeHelpers 5 | { 6 | public class PrepareContainerForItemEventArgsHelper : EventArgs 7 | { 8 | public DependencyObject Element { get; private set; } 9 | 10 | public object Item { get; private set; } 11 | 12 | public PrepareContainerForItemEventArgsHelper(DependencyObject element, object item) 13 | { 14 | this.Element = element; 15 | this.Item = item; 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /Helpers/ProgressIndicator.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | /// 4 | /// ################################################################ 5 | /// EXPERIMENTAL HELPER IMPLEMENTATION 6 | /// ################################################################ 7 | /// 8 | namespace WindowsPhoneUWP.UpgradeHelpers 9 | { 10 | 11 | // Summary: 12 | // Provides the app the ability to retrieve device information from the local computer. 13 | public static class ProgressIndicator 14 | { 15 | public async static void ChangeVisibility(Windows.UI.ViewManagement.StatusBarProgressIndicator progressBar, bool visible) 16 | { 17 | if (visible) 18 | { 19 | await progressBar.ShowAsync(); 20 | } 21 | else 22 | { 23 | await progressBar.HideAsync(); 24 | } 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /Helpers/RunWorkerCompletedEventArgsHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | 4 | namespace WindowsPhoneUWP.UpgradeHelpers 5 | { 6 | 7 | 8 | public class RunWorkerCompletedEventArgsHelper : System.ComponentModel.AsyncCompletedEventArgs 9 | { 10 | private object result; 11 | 12 | 13 | public object Result 14 | { 15 | get 16 | { 17 | this.RaiseExceptionIfNecessary(); 18 | return this.result; 19 | } 20 | } 21 | 22 | 23 | 24 | public new object UserState 25 | { 26 | get 27 | { 28 | return base.UserState; 29 | } 30 | } 31 | 32 | public RunWorkerCompletedEventArgsHelper(object result, Exception error, bool cancelled) 33 | : base(error, cancelled, (object)null) 34 | { 35 | this.result = result; 36 | } 37 | } 38 | } -------------------------------------------------------------------------------- /Helpers/SaveContactTask.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using Windows.Phone.PersonalInformation; 4 | 5 | namespace WindowsPhoneUWP.UpgradeHelpers 6 | { 7 | public static class SaveContactTask 8 | { 9 | public static async void Save(string givenName, string familyName, string mobile) 10 | { 11 | ContactStore store = await ContactStore.CreateOrOpenAsync(); 12 | 13 | StoredContact contact = new StoredContact(store); 14 | contact.GivenName = givenName; 15 | contact.FamilyName = familyName; 16 | 17 | IDictionary props = await contact.GetPropertiesAsync(); 18 | props.Add(KnownContactProperties.MobileTelephone, mobile); 19 | 20 | await contact.SaveAsync(); 21 | } 22 | } 23 | } -------------------------------------------------------------------------------- /Helpers/StringToVisibilityConverter.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using Windows.UI.Xaml; 3 | using Windows.UI.Xaml.Data; 4 | 5 | 6 | namespace WindowsPhoneUWP.UpgradeHelpers 7 | { 8 | public class BooleanToVisibilityConverter : IValueConverter 9 | { 10 | public object Convert(object value, Type targetType, object parameter, string language) 11 | { 12 | return string.IsNullOrEmpty(value as string) ? Visibility.Visible : Visibility.Collapsed; 13 | } 14 | 15 | public object ConvertBack(object value, Type targetType, object parameter, string language) 16 | { 17 | throw new NotImplementedException(); 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Helpers/SystemTray.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | /// 4 | /// ################################################################ 5 | /// EXPERIMENTAL HELPER IMPLEMENTATION 6 | /// ################################################################ 7 | /// 8 | namespace WindowsPhoneUWP.UpgradeHelpers 9 | { 10 | 11 | // Summary: 12 | // Provides the app the ability to retrieve device information from the local computer. 13 | public static class SystemTray 14 | { 15 | public async static void ChangeVisibility(bool visible) 16 | { 17 | if (visible) 18 | { 19 | await Windows.UI.ViewManagement.StatusBar.GetForCurrentView().ShowAsync(); 20 | } 21 | else 22 | { 23 | await Windows.UI.ViewManagement.StatusBar.GetForCurrentView().HideAsync(); 24 | } 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /Helpers/TransientStateHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Windows.UI.StartScreen; 7 | using Windows.UI.Xaml; 8 | 9 | namespace WindowsPhoneUWP.UpgradeHelpers 10 | { 11 | public static class TransientStateHelper 12 | { 13 | public static Dictionary Values = new Dictionary(); 14 | 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Helpers/UriMapperBaseHelper.cs: -------------------------------------------------------------------------------- 1 | 2 | 3 | using System; 4 | 5 | namespace WindowsPhoneUWP.UpgradeHelpers 6 | { 7 | 8 | public abstract class UriMapperBaseHelper 9 | { 10 | public abstract Uri MapUri(Uri uri); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /Helpers/UserExtendedProperties.cs: -------------------------------------------------------------------------------- 1 | 2 | using System; 3 | 4 | /// 5 | /// ################################################################ 6 | /// EXPERIMENTAL HELPER IMPLEMENTATION 7 | /// ################################################################ 8 | /// 9 | namespace WindowsPhoneUWP.UpgradeHelpers { 10 | static class UserExtendedPropertiesHelper 11 | { 12 | 13 | internal static bool TryGetValue(string argument, out object result) 14 | { 15 | result = (Object)Windows.System.UserProfile.AdvertisingManager.AdvertisingId; 16 | if(result == null) 17 | { 18 | return false; 19 | } 20 | else 21 | { 22 | return true; 23 | } 24 | } 25 | } 26 | } -------------------------------------------------------------------------------- /Helpers/VisibilityToBooleanConverter.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using Windows.UI.Xaml; 3 | using Windows.UI.Xaml.Data; 4 | 5 | namespace WindowsPhoneUWP.UpgradeHelpers 6 | { 7 | public class VisibilityToBooleanConverter : IValueConverter 8 | { 9 | private static readonly BooleanToVisibilityConverter BoolToVis = new BooleanToVisibilityConverter(); 10 | public object Convert(object value, Type targetType, object parameter, string language) 11 | { 12 | return BoolToVis.ConvertBack(value, targetType, parameter, language); 13 | } 14 | 15 | public object ConvertBack(object value, Type targetType, object parameter, string language) 16 | { 17 | return BoolToVis.Convert(value, targetType, parameter, language); 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Helpers/WebBrowsweTaskHelper.cs: -------------------------------------------------------------------------------- 1 | 2 | using System; 3 | 4 | /// 5 | /// ################################################################ 6 | /// EXPERIMENTAL HELPER IMPLEMENTATION 7 | /// ################################################################ 8 | /// 9 | namespace WindowsPhoneUWP.UpgradeHelpers { 10 | public class WebBrowserTaskHelper 11 | { 12 | public Uri Uri { get; internal set; } 13 | 14 | internal WebBrowserTaskHelper() 15 | { 16 | Uri = new Uri("http://http://www.windowsphone.com/en-US/how-to/wp8/apps/internet-explorer-start"); 17 | } 18 | 19 | internal async void Show() 20 | { 21 | await Windows.System.Launcher.LaunchUriAsync(Uri); 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Devices/Environment.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | new Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation().SystemProductName 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.Controls.Maps/MapItemsControl.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.Controls/PanoramaItem.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.Globalization/SortedLocaleGrouping.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.Maps.Controls/MapsApplicationContext.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.Shell/IdleDetectionMode.map: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.Shell/LaunchingEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.Tasks/ShareTaskBase.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.Tasks/TaskResult.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | true 9 | 10 | 11 | 12 | false 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.UserData/Appointment.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.UserData/AppointmentsSearchEventArgs.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Microsoft.Phone.UserData/ContactsSearchEventArgs.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/NavigationListControl/NavigationEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.CodeDom.Compiler/GeneratedCodeAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections.Generic/IDictionary.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections.Generic/IEnumerable.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections.Generic/KeyNotFoundException.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections.Specialized/INotifyCollectionChanged.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections.Specialized/NotifyCollectionChangedEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections.Specialized/NotifyCollectionChangedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections/DictionaryEntry.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections/ICollection.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections/IDictionary.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections/IEnumerable.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections/IEnumerator.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Collections/IList.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/AsyncCompletedEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/BackgroundWorker.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/CancelEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/CategoryAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/DefaultValueAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/DoWorkEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/INotifyPropertyChanged.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/PropertyChangedEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/PropertyChangedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/RunWorkerCompletedEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.ComponentModel/TypeConverter.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Device.Location/GeoPositionChangedEventArgs.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Device.Location/GeoPositionStatusChangedEventArgs.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics.CodeAnalysis/SuppressMessageAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics/ConditionalAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics/Debug.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics/Debugger.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics/DebuggerBrowsableAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics/DebuggerDisplayAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics/DebuggerHiddenAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics/DebuggerStepThroughAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Diagnostics/StackFrame.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Globalization/DateTimeFormatInfo.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Globalization/NumberFormatInfo.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.IO/EndOfStreamException.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.IO/File.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.IO/StringReader.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.IO/StringWriter.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Linq.Expressions/Expression.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Linq.Expressions/LambdaExpression.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Linq.Expressions/MemberExpression.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Linq.Expressions/UnaryExpression.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Linq/Enumerable.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Net/DownloadStringCompletedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Net/HttpUtility.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Net/HttpWebResponse.map: -------------------------------------------------------------------------------- 1 |  4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | System.Net.WebResponse 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Net/OpenReadCompletedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Net/WebResponse.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyCompanyAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyConfigurationAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyCopyrightAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyCultureAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyDescriptionAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyFileVersionAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyName.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyProductAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyTitleAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyTrademarkAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/AssemblyVersionAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/ConstructorInfo.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/DefaultMemberAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/EventInfo.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/IntrospectionExtensions.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/MethodInfo.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/ParameterInfo.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/RuntimeReflectionExtensions.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Reflection/TypeInfo.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/AsyncStateMachineAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/AsyncTaskMethodBuilder.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/AsyncVoidMethodBuilder.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/DynamicAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/ExtensionAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/IAsyncStateMachine.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/InternalsVisibleToAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/RuntimeHelpers.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.CompilerServices/TaskAwaiter.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.InteropServices/ComVisibleAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.InteropServices/GuidAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.InteropServices/OutAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.InteropServices/StructLayoutAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.Serialization/DataContractSerializer.map: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.Serialization/EnumMemberAttribute.map: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.Serialization/XmlObjectSerializer.map: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Runtime.Versioning/TargetFrameworkAttribute.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Security.Cryptography/AesManaged.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Security.Cryptography/CryptoStream.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Text.RegularExpressions/Capture.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Text.RegularExpressions/GroupCollection.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Text.RegularExpressions/Match.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Text.RegularExpressions/MatchCollection.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Text.RegularExpressions/Regex.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Text/StringBuilder.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Text/UTF8Encoding.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading.Tasks/TaskFactory.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/AutoResetEvent.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/EventWaitHandle.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/Interlocked.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/ManualResetEvent.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/Monitor.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/SendOrPostCallback.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/SynchronizationContext.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/TimerCallback.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Threading/WaitHandle.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Controls/Border.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Controls/CheckBox.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Controls/ContentPresenter.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Controls/ListBoxItem.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Controls/Orientation.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Controls/SelectionChangedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Controls/StackPanel.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Controls/TextChangedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Data/BindingMode.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Documents/Run.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/ICommand.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/InputScope.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/InputScopeName.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/KeyEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/KeyEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/MouseButtonEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/MouseEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/Touch.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | PointerPressed 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Input/TouchFrameEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Markup/XamlReader.map: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/BackEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/BounceEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/CircleEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/CubicEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/EasingDoubleKeyFrame.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/ElasticEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/PowerEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/QuadraticEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/QuarticEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/QuinticEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media.Animation/SineEase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/Brush.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/EllipseGeometry.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/FontFamily.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/GeometryGroup.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/GradientBrush.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/GradientStopCollection.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/ImageBrush.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/RectangleGeometry.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/SkewTransform.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/SolidColorBrush.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/Stretch.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/TileBrush.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Media/TransformGroup.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Navigation/LoadCompletedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Navigation/NavigatedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Navigation/NavigatingCancelEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Navigation/NavigationContext.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Navigation/NavigationFailedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Navigation/UriMapperBase.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Shapes/Ellipse.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Shapes/Path.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows.Shapes/Polygon.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/ButtonBase.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/DependencyPropertyChangedEventHandler.map: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/Deployment.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/Duration.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/FontStyles.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/FontWeights.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/HorizontalAlignment.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/PropertyChangedCallback.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/RoutedEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/RoutedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/SizeChangedEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/SizeChangedEventHandler.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/TemplatePartAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/TemplateVisualStateAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/TextWrapping.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/VerticalAlignment.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/VisibilityMapper.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Windows/VisualStateChangedEventArgs.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XCData.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XComment.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XContainer.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XDeclaration.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XDocument.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XElement.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XName.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XNamespace.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XNode.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XObject.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XProcessingInstruction.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Linq/XText.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml.Serialization/XmlSerializer.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml/NameTable.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml/XmlConvert.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml/XmlNamespaceManager.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml/XmlReader.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml/XmlReaderSettings.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml/XmlWriter.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System.Xml/XmlXapResolver.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System/Environment.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | new Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation().OperatingSystem 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/System/String.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.ApplicationModel.Store/CurrentApp.map: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.ApplicationModel/Package.map: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Foundation.Metadata/DefaultAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Foundation.Metadata/DefaultOverloadAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Foundation.Metadata/ExclusiveToAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Foundation.Metadata/GuidAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Foundation.Metadata/MarshalingBehaviorAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Foundation.Metadata/ThreadingAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Foundation.Metadata/VersionAttribute.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Phone.Speech.Recognition/SpeechRecognitionConfidence.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Phone.Speech.Synthesis/Voice.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.Phone.Speech.Synthesis/VoiceInformation.map: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/CodeMappings/Windows.System/Launcher.map: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Mappings/PrjDependenciesMappings/Microsoft.Live.refmap: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Mappings/PrjDependenciesMappings/Microsoft.Phone.Controls.refmap: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Mappings/PrjDependenciesMappings/MsTest.refmap: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Microsoft.Phone.Controls/PerformanceProgressBar.xmap: -------------------------------------------------------------------------------- 1 |  3 | 4 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/BitmapCache.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/Button.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | CommonAttributesToRemove 8 | CommonEventsToChange 9 | CommonColor 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/Canvas.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | CommonEventsToChange 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/CheckBox.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | CommonEventsToChange 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/ListBox.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | CommonAttributesToRemove 8 | CommonEventsToChange 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/PasswordBox.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | CommonEventsToChange 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/Rectangle.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | CommonColor 8 | CommonEventsToChange 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/Run.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/StackPanel.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | CommonAttributesToRemove 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/Style.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/TextBox.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | CommonEventsToChange 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Mappings/XamlMappings/Presentation/UserControl.xmap: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | CommonAttributesToRemove 8 | CommonPostMappingActions 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Windows Phone Silverlight to UWP mappings 2 | 3 | This repository contains the mapping definitions and documentation for the **Mobilize.NET Silverlight Bridge for UWP** conversion tool, the tool allows developers to move its Windows Phone Silverlight 8 and 8.1 apps to the new **Universal Windows Platform (UWP)**, saving them a lot of effort and time by automating the main tasks required to have old apps running on the new Microsoft platform. 4 | 5 | Visit the http://www.mobilize.net/uwp-bridge page to download the **Mobilize.NET Silverlight Bridge for UWP** tool. 6 | 7 | Visit the [wiki](https://github.com/MobilizeNet/UWPConversionMappings/wiki) for more information on how to mappings are defined. 8 | 9 | A list of the current mappings can be found here: [current mappings](code_mappings_listing.md) . 10 | 11 | If interested in contributing to this project see [CONTRIBUTING](CONTRIBUTING.md) . 12 | --------------------------------------------------------------------------------