7 references to Empty
PresentationFramework (7)
System\Windows\Controls\AccessText.cs (1)
271
new FreezableDefaultValueFactory(TextDecorationCollection.
Empty
),
System\Windows\Controls\TextBlock.cs (1)
883
new FreezableDefaultValueFactory(TextDecorationCollection.
Empty
),
System\Windows\Controls\TextBox.cs (1)
923
new FreezableDefaultValueFactory(TextDecorationCollection.
Empty
),
System\Windows\Documents\Inline.cs (1)
116
new FreezableDefaultValueFactory(TextDecorationCollection.
Empty
),
System\Windows\Documents\Paragraph.cs (1)
85
new FreezableDefaultValueFactory(TextDecorationCollection.
Empty
),
System\Windows\Documents\TextRangeSerialization.cs (2)
858
if (propertyValue == null || TextDecorationCollection.
Empty
.ValueEquals(propertyValue as TextDecorationCollection))
867
while ((propertyValue == null || TextDecorationCollection.
Empty
.ValueEquals(propertyValue as TextDecorationCollection))