8 references to DragAcceptRtf
System.Windows.Forms.UI.IntegrationTests (8)
DragDropTests.cs (8)
141string dragAcceptRtfSourcePath = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf); 148dragAcceptRtfDestPath = Path.Combine(dragDropDirectory, DragAcceptRtf); 426string dragAcceptRtfPath = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf); 456string dragAcceptRtfPath = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf); 1085string dragAcceptRtf = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf); 1109&& fileNames.Length > 0 && fileNames[0].Contains(DragAcceptRtf)) 1124&& fileNames.Length > 0 && fileNames[0].Contains(DragAcceptRtf)) 1145string dragAcceptRtf = Path.Combine(Directory.GetCurrentDirectory(), Resources, DragAcceptRtf);