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