3 references to ShouldSerializeAll
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Padding.cs (2)
196
Debug.Assert(
ShouldSerializeAll
(), "_all is true, but ShouldSerializeAll() is false.");
202
Debug.Assert(!
ShouldSerializeAll
(), "ShouldSerializeAll() should not be true when all flag is not set.");
System\Windows\Forms\PaddingConverter.cs (1)
56
return padding.
ShouldSerializeAll
()