1 instantiation of ThreadDataBlob
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
2675data = new ThreadDataBlob();
3 references to ThreadDataBlob
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
2667private static ThreadDataBlob PerThreadData 2671ThreadDataBlob data; 2680data = (ThreadDataBlob) obj;