3 references to MAX_PATH
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
276Span<char> fileName = stackalloc char[(int)PInvokeCore.MAX_PATH + 1];
System\Private\Windows\Ole\DragDropHelper.cs (2)
346if (message.Length >= (int)PInvokeCore.MAX_PATH) 351if (messageReplacementToken.Length >= (int)PInvokeCore.MAX_PATH)