Implemented interface member:
method
Validate
System.IEmfValidator.Validate(ref System.Windows.Forms.Metafiles.EmfRecord, System.DeviceContextState, out System.Boolean)
3 references to Validate
System.Windows.Forms.Primitives.TestUtilities.Tests (3)
Metafiles\Validators\RepeatValidatorTests.cs (3)
18repeatValidator.Validate(ref emfRecord, state: null!, out bool complete); 22repeatValidator.Validate(ref emfRecord, state: null!, out complete); 36Assert.Throws<InvalidOperationException>(() => repeatValidator.Validate(ref emfRecord, state: null!, out bool complete));