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)
360Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
367Brush 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)
861TextElement.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)
737get { return (Brush) GetValue(BackgroundProperty); } 738set { SetValue(BackgroundProperty, value); }
System\Windows\Documents\TextSchema.cs (15)
919string string1 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush1); 920string string2 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush2); 959TextElement.BackgroundProperty, 973TextElement.BackgroundProperty, 994TextElement.BackgroundProperty, 1012TextElement.BackgroundProperty, 1026TextElement.BackgroundProperty, 1042TextElement.BackgroundProperty, 1057TextElement.BackgroundProperty, 1065TextElement.BackgroundProperty, 1081TextElement.BackgroundProperty, 1098TextElement.BackgroundProperty, 1121TextElement.BackgroundProperty, 1138TextElement.BackgroundProperty, 1145TextElement.BackgroundProperty,
System\windows\Documents\TextSelection.cs (1)
1645backgroundPropertyValue = ((TextSelection)focusedTextSelection).GetCurrentValue(TextElement.BackgroundProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3822DependencyProperty dp = System.Windows.Documents.TextElement.BackgroundProperty;
System\Windows\Markup\KnownTypes.cs (1)
1910return System.Windows.Documents.TextElement.BackgroundProperty;