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