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