4 references to ToTheoryData
System.Private.Windows.Core.TestUtilities (2)
TheoryDataExtensions.cs (2)
22
/// <inheritdoc cref="
ToTheoryData
{T}"/>
34
/// <inheritdoc cref="
ToTheoryData
{T}"/>
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataObjectTests.cs (2)
248
public static TheoryData<string> GetData_String_TheoryData() => s_restrictedClipboardFormats.
ToTheoryData
();
250
public static TheoryData<string> GetData_String_UnboundedFormat_TheoryData() => s_unboundedClipboardFormats.
ToTheoryData
();