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