6 references to Empty
PresentationFramework (2)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
1020get { return AttributeCollection.Empty; } 1060get { return AttributeCollection.Empty; }
System.ComponentModel.TypeConverter (2)
System\ComponentModel\CustomTypeDescriptor.cs (1)
51return AttributeCollection.Empty;
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
482return AttributeCollection.Empty;
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
365if (value is null || value == AttributeCollection.Empty)
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridTests.cs (1)
533yield return new object[] { AttributeCollection.Empty, new AttributeCollection([BrowsableAttribute.Yes]) };