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