Exemple #1
0
 public override bool IsTypeAvailable(Xwt.TransferDataType type)
 {
     ClipboardTargetsReceivedFuncWrapper.RequestTargets(clipboard, ClipboardTargetsReceivedFunc);
     clipboard.RequestTargets(ClipboardTargetsReceivedFuncWorkaround);
     return(base.IsTypeAvailable(type));
 }
Exemple #2
0
 public static string ToUTI(this Xwt.TransferDataType dt)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public override IAsyncResult BeginGetData(Xwt.TransferDataType type, AsyncCallback callback, object state)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public override object GetData(Xwt.TransferDataType type)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public override bool IsTypeAvailable(Xwt.TransferDataType type)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public override void SetData(Xwt.TransferDataType type, Func <object> dataSource)
 {
 }