1 instantiation of OleServicesContext
PresentationCore (1)
Core\CSharp\System\Windows\OleServicesContext.cs (1)
93oleServicesContext = new OleServicesContext();
13 references to OleServicesContext
PresentationCore (13)
Core\CSharp\System\Windows\Clipboard.cs (5)
73int hr = OleServicesContext.CurrentOleServicesContext.OleSetClipboard(null); 166int hr = OleServicesContext.CurrentOleServicesContext.OleFlushClipboard(); 441hr = OleServicesContext.CurrentOleServicesContext.OleIsCurrentClipboard((IComDataObject)data); 583int hr = OleServicesContext.CurrentOleServicesContext.OleSetClipboard(dataObject); 773int hr = OleServicesContext.CurrentOleServicesContext.OleGetClipboard(ref oleDataObject);
Core\CSharp\System\Windows\DragDrop.cs (3)
493OleServicesContext.CurrentOleServicesContext.OleRegisterDragDrop( 517OleServicesContext.CurrentOleServicesContext.OleRevokeDragDrop( 623OleServicesContext.CurrentOleServicesContext.OleDoDragDrop(
Core\CSharp\System\Windows\OleServicesContext.cs (5)
81internal static OleServicesContext CurrentOleServicesContext 85OleServicesContext oleServicesContext; 88oleServicesContext = (OleServicesContext)Thread.GetData(OleServicesContext._threadDataSlot); 96Thread.SetData(OleServicesContext._threadDataSlot, oleServicesContext);