8 references to DragAcceptRtf
System.Windows.Forms.UI.IntegrationTests (8)
DragDropTests.cs (8)
140string dragAcceptRtfSourcePath = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf); 147dragAcceptRtfDestPath = Path.Combine(dragDropDirectory, DragAcceptRtf); 424string dragAcceptRtfPath = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf); 454string dragAcceptRtfPath = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf); 1028string dragAcceptRtf = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf); 1052&& fileNames.Length > 0 && fileNames[0].Contains(DragAcceptRtf)) 1067&& fileNames.Length > 0 && fileNames[0].Contains(DragAcceptRtf)) 1088string dragAcceptRtf = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf);