1 instantiation of OleServicesContext
PresentationCore (1)
System\Windows\OleServicesContext.cs (1)
87
oleServicesContext = new
OleServicesContext
();
13 references to OleServicesContext
PresentationCore (13)
System\Windows\clipboard.cs (5)
60
int hr =
OleServicesContext
.CurrentOleServicesContext.OleSetClipboard(null);
149
int hr =
OleServicesContext
.CurrentOleServicesContext.OleFlushClipboard();
387
hr =
OleServicesContext
.CurrentOleServicesContext.OleIsCurrentClipboard((IComDataObject)data);
491
int hr =
OleServicesContext
.CurrentOleServicesContext.OleSetClipboard(dataObject);
601
int hr =
OleServicesContext
.CurrentOleServicesContext.OleGetClipboard(ref oleDataObject);
System\Windows\DragDrop.cs (3)
463
OleServicesContext
.CurrentOleServicesContext.OleRegisterDragDrop(
480
OleServicesContext
.CurrentOleServicesContext.OleRevokeDragDrop(
585
OleServicesContext
.CurrentOleServicesContext.OleDoDragDrop(
System\Windows\OleServicesContext.cs (5)
75
internal static
OleServicesContext
CurrentOleServicesContext
79
OleServicesContext
oleServicesContext;
82
oleServicesContext = (
OleServicesContext
)Thread.GetData(
OleServicesContext
._threadDataSlot);
90
Thread.SetData(
OleServicesContext
._threadDataSlot, oleServicesContext);