9 references to Empty
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
1038get { return AttributeCollection.Empty; } 1078get { return AttributeCollection.Empty; }
System (2)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
59return AttributeCollection.Empty;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
405return AttributeCollection.Empty;
System.Web (2)
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
40return AttributeCollection.Empty;
UI\WebControls\XmlHierarchyData.cs (1)
129return AttributeCollection.Empty;
System.Web.DynamicData (1)
DynamicData\ModelProviders\ColumnProvider.cs (1)
48var attributes = propertyDescriptor != null ? propertyDescriptor.Attributes : AttributeCollection.Empty;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
444if (value == null || value == AttributeCollection.Empty) {
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
544return AttributeCollection.Empty;