101 references to Minor
ComSvcConfig (7)
mscorlib (8)
PresentationCore (2)
PresentationFramework (4)
System (15)
System.Activities.DurableInstancing (4)
System.Activities.Presentation (4)
System.AddIn (1)
System.ComponentModel.DataAnnotations (2)
System.Core (2)
System.Data (5)
System.Data.Entity (2)
System.Data.Entity.Design (1)
System.Data.Services (4)
System.Data.Services.Client (1)
System.Drawing (2)
System.IdentityModel (2)
System.IO.Compression.FileSystem (2)
System.Management (4)
System.ServiceModel (13)
System.Web (3)
System.Windows.Forms (3)
System.Workflow.ComponentModel (3)
System.Workflow.Runtime (4)
Tracking\TrackingProfileSerializer.cs (4)
895version = string.Format(NumberFormatInfo.InvariantInfo, "{0}.{1}.{2}.{3}", profile.Version.Major, profile.Version.Minor, profile.Version.Build, profile.Version.Revision);
897version = string.Format(NumberFormatInfo.InvariantInfo, "{0}.{1}.{2}", profile.Version.Major, profile.Version.Minor, profile.Version.Build);
898else if (profile.Version.Minor >= 0)
899version = string.Format(NumberFormatInfo.InvariantInfo, "{0}.{1}", profile.Version.Major, profile.Version.Minor);
System.Xml (2)
UIAutomationClientsideProviders (1)