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)
18
repeatValidator.
Validate
(ref emfRecord, state: null!, out bool complete);
22
repeatValidator.
Validate
(ref emfRecord, state: null!, out complete);
36
Assert.Throws<InvalidOperationException>(() => repeatValidator.
Validate
(ref emfRecord, state: null!, out bool complete));