3 references to TryGetData
PresentationCore (3)
System\Windows\clipboard.cs (2)
461
/// You must use the <see cref="
TryGetData
{T}(string, Func{TypeName, Type?}, out T)"/> with an explicit resolver.
475
/// <inheritdoc cref="
TryGetData
{T}(string, Func{TypeName, Type}, out T)"/>
System\Windows\dataobject.cs (1)
142
/// <inheritdoc cref="Clipboard.
TryGetData
{T}(string, Func{TypeName, Type}, out T)"/>