13 references to Properties
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\DesignerOptionService.cs (3)
70
return options.
Properties
[valueName];
198
propList.AddRange(child.
Properties
);
453
foreach (PropertyDescriptor p in options.
Properties
)
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionUIService.cs (1)
77
PropertyDescriptor? p = opts.Options.
Properties
["ObjectBoundSmartTagAutoShow"];
System\ComponentModel\Design\Serialization\ComponentCache.cs (1)
30
PropertyDescriptor? componentCacheProp = options.Options.
Properties
["UseOptimizedCodeGeneration"];
System\Windows\Forms\Design\Behavior\SelectionManager.cs (1)
82
PropertyDescriptor? p = options?.Options.
Properties
["UseSmartTags"];
System\Windows\Forms\Design\DesignerUtils.cs (2)
354
PropertyDescriptor? snaplinesProp = options.Options.
Properties
["UseSnapLines"];
373
PropertyDescriptor? prop = designerOptionService.Options.
Properties
[name];
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (5)
36
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.
Properties
.Sort().Cast<PropertyDescriptor>().Select(p => p.Name));
60
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.
Properties
.Sort().Cast<PropertyDescriptor>().Select(p => p.Name));
77
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.
Properties
.Sort().Cast<PropertyDescriptor>().Select(p => p.Name));
84
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.
Properties
.Sort().Cast<PropertyDescriptor>().Select(p => p.Name));
100
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.
Properties
.Sort().Cast<PropertyDescriptor>().Select(p => p.Name));