4 references to ProcessRecordWithStateDelegate
System.Windows.Forms.Primitives.TestUtilities (4)
Metafiles\EmfScope.cs (1)
109public unsafe void EnumerateWithState(ProcessRecordWithStateDelegate enumerator, DeviceContextState state)
Metafiles\Validators\ActionValidator.cs (2)
15private readonly ProcessRecordWithStateDelegate? _processorWithState; 23public ActionValidator(ENHANCED_METAFILE_RECORD_TYPE recordType, ProcessRecordWithStateDelegate processor)
Metafiles\Validators\Validate.cs (1)
103internal static IEmfValidator Action(ENHANCED_METAFILE_RECORD_TYPE recordType, ProcessRecordWithStateDelegate action)