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