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)
189Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\FigureParaClient.cs (1)
356Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
363Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\ListParaClient.cs (1)
57Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\SubpageParaClient.cs (1)
292Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\TableParaClient.cs (4)
220Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty); 1844rowGroupBackgroundBrush = (Brush)tableRowGroup.GetValue(TextElement.BackgroundProperty); 1863rowGroupBackgroundBrush = (Brush)tableRowGroup.GetValue(TextElement.BackgroundProperty); 1891Brush rowBackgroundBrush = (Brush)row.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\UIElementParaClient.cs (1)
132Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\Text\DynamicPropertyReader.cs (2)
234backgroundBrush = (Brush)element.GetValue(TextElement.BackgroundProperty); 257backgroundBrush = (Brush)position.GetValue(TextElement.BackgroundProperty);
System\Windows\Controls\AccessText.cs (1)
248TextElement.BackgroundProperty.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
860TextElement.BackgroundProperty.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (1)
60return ColorFromBrush(tp.GetValue(TextElement.BackgroundProperty));
System\Windows\Documents\FlowDocument.cs (1)
297TextElement.BackgroundProperty.AddOwner(
System\windows\Documents\TextEditorCharacters.cs (1)
410TextEditorCharacters._OnApplyProperty(This, TextElement.BackgroundProperty, args.Parameter);
System\Windows\Documents\TextElement.cs (2)
736get { return (Brush) GetValue(BackgroundProperty); } 737set { SetValue(BackgroundProperty, value); }
System\Windows\Documents\TextSchema.cs (15)
918string string1 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush1); 919string string2 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush2); 958TextElement.BackgroundProperty, 972TextElement.BackgroundProperty, 993TextElement.BackgroundProperty, 1011TextElement.BackgroundProperty, 1025TextElement.BackgroundProperty, 1041TextElement.BackgroundProperty, 1056TextElement.BackgroundProperty, 1064TextElement.BackgroundProperty, 1080TextElement.BackgroundProperty, 1097TextElement.BackgroundProperty, 1120TextElement.BackgroundProperty, 1137TextElement.BackgroundProperty, 1144TextElement.BackgroundProperty,
System\windows\Documents\TextSelection.cs (1)
1629backgroundPropertyValue = ((TextSelection)focusedTextSelection).GetCurrentValue(TextElement.BackgroundProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3821DependencyProperty dp = System.Windows.Documents.TextElement.BackgroundProperty;
System\Windows\Markup\KnownTypes.cs (1)
1909return System.Windows.Documents.TextElement.BackgroundProperty;