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