3 references to ShouldSerializeAll
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Padding.cs (3)
265Debug.Assert(ShouldSerializeAll(), "_all is true, but ShouldSerializeAll() is false."); 269Debug.Assert(!ShouldSerializeAll(), "ShouldSerializeAll() should not be true when all flag is not set."); 370if(padding.ShouldSerializeAll()) {