40 references to BackgroundProperty
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
DependencyObjectExtensions.cs (1)
20dependencyObject.SetValue(TextElement.BackgroundProperty, textProperties.BackgroundBrush);
Microsoft.VisualStudio.LanguageServices (2)
FindReferences\Entries\DocumentSpanEntry.cs (1)
136System.Windows.Documents.TextElement.BackgroundProperty,
ValueTracking\TreeItemViewModel.cs (1)
132TextElement.BackgroundProperty,
PresentationFramework (37)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
190Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\FigureParaClient.cs (1)
359Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
366Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\ListParaClient.cs (1)
58Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\SubpageParaClient.cs (1)
293Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\TableParaClient.cs (4)
221Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty); 1845rowGroupBackgroundBrush = (Brush)tableRowGroup.GetValue(TextElement.BackgroundProperty); 1864rowGroupBackgroundBrush = (Brush)tableRowGroup.GetValue(TextElement.BackgroundProperty); 1892Brush rowBackgroundBrush = (Brush)row.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\UIElementParaClient.cs (1)
133Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\Text\DynamicPropertyReader.cs (2)
235backgroundBrush = (Brush)element.GetValue(TextElement.BackgroundProperty); 258backgroundBrush = (Brush)position.GetValue(TextElement.BackgroundProperty);
System\Windows\Controls\AccessText.cs (1)
249TextElement.BackgroundProperty.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
863TextElement.BackgroundProperty.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (1)
61return ColorFromBrush(tp.GetValue(TextElement.BackgroundProperty));
System\Windows\Documents\FlowDocument.cs (1)
298TextElement.BackgroundProperty.AddOwner(
System\windows\Documents\TextEditorCharacters.cs (1)
411TextEditorCharacters._OnApplyProperty(This, TextElement.BackgroundProperty, args.Parameter);
System\Windows\Documents\TextElement.cs (2)
751get { return (Brush) GetValue(BackgroundProperty); } 752set { SetValue(BackgroundProperty, value); }
System\Windows\Documents\TextSchema.cs (15)
924string string1 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush1); 925string string2 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush2); 964TextElement.BackgroundProperty, 978TextElement.BackgroundProperty, 999TextElement.BackgroundProperty, 1017TextElement.BackgroundProperty, 1031TextElement.BackgroundProperty, 1047TextElement.BackgroundProperty, 1062TextElement.BackgroundProperty, 1070TextElement.BackgroundProperty, 1086TextElement.BackgroundProperty, 1103TextElement.BackgroundProperty, 1126TextElement.BackgroundProperty, 1143TextElement.BackgroundProperty, 1150TextElement.BackgroundProperty,
System\windows\Documents\TextSelection.cs (1)
1645backgroundPropertyValue = ((TextSelection)focusedTextSelection).GetCurrentValue(TextElement.BackgroundProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3654DependencyProperty dp = System.Windows.Documents.TextElement.BackgroundProperty;
System\Windows\Markup\KnownTypes.cs (1)
1916return System.Windows.Documents.TextElement.BackgroundProperty;