4 references to PlaceholdersPattern
System.Windows.Forms.Tests (4)
ResourceStrings.cs (4)
14
PlaceholdersPattern
().Replace(SR.ClipboardOrDragDrop_InvalidFormatTypeCombination, "*");
15
internal static string TypeRequiresResolver =>
PlaceholdersPattern
().Replace(SR.ClipboardOrDragDrop_InvalidType, "*");
16
internal static string UseTryGetDataWithResolver =>
PlaceholdersPattern
().Replace(SR.ClipboardOrDragDrop_UseTypedAPI, "*");
17
internal static string TypedInterfaceNotImplemented =>
PlaceholdersPattern
().Replace(SR.ITypeDataObject_Not_Implemented, "*");