8 references to GetProperties
System.Drawing.Common.Tests (3)
System\Drawing\FontConverterTests.cs (1)
102
PropertyDescriptorCollection props = converter.
GetProperties
(font);
System\Drawing\ImageConverterTests.cs (2)
238
propsColl = _imgConv.
GetProperties
(_image);
252
propsColl = _imgConvFrmTD.
GetProperties
(_image);
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\SelectionRangeConverter.cs (1)
103
PropertyDescriptorCollection props =
GetProperties
(value)!;
System.Windows.Forms.Tests (4)
System\Windows\Forms\DockPaddingEdgesConverterTests.cs (1)
15
PropertyDescriptorCollection properties = converter.
GetProperties
(null);
System\Windows\Forms\LinkAreaConverterTests.cs (1)
203
PropertyDescriptorCollection properties = converter.
GetProperties
(null);
System\Windows\Forms\PaddingConverterTests.cs (1)
402
PropertyDescriptorCollection properties = converter.
GetProperties
(null);
System\Windows\Forms\TableLayoutPanelCellPositionTests.cs (1)
315
PropertyDescriptorCollection properties = converter.
GetProperties
(null);