2 references to AutoGenChildNamePrefix
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
1174return !childName.StartsWith(AutoGenChildNamePrefix, StringComparison.Ordinal); 1179string childName = AutoGenChildNamePrefix + AutoGenChildNamePostfix.ToString(CultureInfo.InvariantCulture);