1 write to AutoGenChildNamePostfix
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
1147Interlocked.Increment(ref AutoGenChildNamePostfix);
1 reference to AutoGenChildNamePostfix
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
1145string childName = AutoGenChildNamePrefix + AutoGenChildNamePostfix.ToString(CultureInfo.InvariantCulture);