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