37 references to BackgroundProperty
PresentationFramework (37)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
195Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\FigureParaClient.cs (1)
365Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
371Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\ListParaClient.cs (1)
62Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\SubpageParaClient.cs (1)
298Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\TableParaClient.cs (4)
227Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty); 1851rowGroupBackgroundBrush = (Brush)tableRowGroup.GetValue(TextElement.BackgroundProperty); 1870rowGroupBackgroundBrush = (Brush)tableRowGroup.GetValue(TextElement.BackgroundProperty); 1898Brush rowBackgroundBrush = (Brush)row.GetValue(TextElement.BackgroundProperty);
MS\Internal\PtsHost\UIElementParaClient.cs (1)
137Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
MS\Internal\Text\DynamicPropertyReader.cs (2)
241backgroundBrush = (Brush)element.GetValue(TextElement.BackgroundProperty); 264backgroundBrush = (Brush)position.GetValue(TextElement.BackgroundProperty);
System\Windows\Controls\AccessText.cs (1)
251TextElement.BackgroundProperty.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
873TextElement.BackgroundProperty.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (1)
63return ColorFromBrush(tp.GetValue(TextElement.BackgroundProperty));
System\Windows\Documents\FlowDocument.cs (1)
298TextElement.BackgroundProperty.AddOwner(
System\windows\Documents\TextEditorCharacters.cs (1)
427TextEditorCharacters._OnApplyProperty(This, TextElement.BackgroundProperty, args.Parameter);
System\Windows\Documents\TextElement.cs (2)
752get { return (Brush) GetValue(BackgroundProperty); } 753set { SetValue(BackgroundProperty, value); }
System\Windows\Documents\TextSchema.cs (15)
925string string1 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush1); 926string string2 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush2); 965TextElement.BackgroundProperty, 979TextElement.BackgroundProperty, 1000TextElement.BackgroundProperty, 1018TextElement.BackgroundProperty, 1032TextElement.BackgroundProperty, 1048TextElement.BackgroundProperty, 1063TextElement.BackgroundProperty, 1071TextElement.BackgroundProperty, 1087TextElement.BackgroundProperty, 1104TextElement.BackgroundProperty, 1127TextElement.BackgroundProperty, 1144TextElement.BackgroundProperty, 1151TextElement.BackgroundProperty,
System\windows\Documents\TextSelection.cs (1)
1648backgroundPropertyValue = ((TextSelection)focusedTextSelection).GetCurrentValue(TextElement.BackgroundProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3656DependencyProperty dp = System.Windows.Documents.TextElement.BackgroundProperty;
System\Windows\Markup\KnownTypes.cs (1)
1916return System.Windows.Documents.TextElement.BackgroundProperty;