1 instantiation of ThreadDataBlob
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
2678
data = new
ThreadDataBlob
();
3 references to ThreadDataBlob
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
2670
private static
ThreadDataBlob
PerThreadData
2674
ThreadDataBlob
data;
2683
data = (
ThreadDataBlob
) obj;