1 instantiation of ThreadDataBlob
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
3074
data = new
ThreadDataBlob
();
3 references to ThreadDataBlob
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSource.cs (3)
3066
private static
ThreadDataBlob
PerThreadData
3070
ThreadDataBlob
data;
3079
data = (
ThreadDataBlob
) obj;