1 instantiation of OleServicesContext
PresentationCore (1)
System\Windows\OleServicesContext.cs (1)
80oleServicesContext = new OleServicesContext();
13 references to OleServicesContext
PresentationCore (13)
System\Windows\clipboard.cs (5)
52int hr = OleServicesContext.CurrentOleServicesContext.OleSetClipboard(null); 141int hr = OleServicesContext.CurrentOleServicesContext.OleFlushClipboard(); 379hr = OleServicesContext.CurrentOleServicesContext.OleIsCurrentClipboard((IComDataObject)data); 483int hr = OleServicesContext.CurrentOleServicesContext.OleSetClipboard(dataObject); 593int hr = OleServicesContext.CurrentOleServicesContext.OleGetClipboard(ref oleDataObject);
System\Windows\DragDrop.cs (3)
456OleServicesContext.CurrentOleServicesContext.OleRegisterDragDrop( 473OleServicesContext.CurrentOleServicesContext.OleRevokeDragDrop( 578OleServicesContext.CurrentOleServicesContext.OleDoDragDrop(
System\Windows\OleServicesContext.cs (5)
68internal static OleServicesContext CurrentOleServicesContext 72OleServicesContext oleServicesContext; 75oleServicesContext = (OleServicesContext)Thread.GetData(OleServicesContext._threadDataSlot); 83Thread.SetData(OleServicesContext._threadDataSlot, oleServicesContext);