37 references to BackgroundProperty
PresentationFramework (37)
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
228Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
416Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
420Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
72Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (1)
341Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (4)
247Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty); 1967rowGroupBackgroundBrush = (Brush)tableRowGroup.GetValue(TextElement.BackgroundProperty); 1986rowGroupBackgroundBrush = (Brush)tableRowGroup.GetValue(TextElement.BackgroundProperty); 2019Brush rowBackgroundBrush = (Brush)row.GetValue(TextElement.BackgroundProperty);
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
144Brush backgroundBrush = (Brush)Paragraph.Element.GetValue(TextElement.BackgroundProperty);
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (2)
244backgroundBrush = (Brush)element.GetValue(TextElement.BackgroundProperty); 267backgroundBrush = (Brush)position.GetValue(TextElement.BackgroundProperty);
src\Framework\System\Windows\Controls\AccessText.cs (1)
251TextElement.BackgroundProperty.AddOwner(
src\Framework\System\Windows\Controls\TextBlock.cs (1)
933TextElement.BackgroundProperty.AddOwner(
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
71return ColorFromBrush(tp.GetValue(TextElement.BackgroundProperty));
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
306TextElement.BackgroundProperty.AddOwner(
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
429TextEditorCharacters._OnApplyProperty(This, TextElement.BackgroundProperty, args.Parameter);
src\Framework\System\Windows\Documents\TextElement.cs (2)
793get { return (Brush) GetValue(BackgroundProperty); } 794set { SetValue(BackgroundProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (15)
927string string1 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush1); 928string string2 = DPTypeDescriptorContext.GetStringValue(TextElement.BackgroundProperty, brush2); 967TextElement.BackgroundProperty, 981TextElement.BackgroundProperty, 1002TextElement.BackgroundProperty, 1020TextElement.BackgroundProperty, 1034TextElement.BackgroundProperty, 1050TextElement.BackgroundProperty, 1065TextElement.BackgroundProperty, 1073TextElement.BackgroundProperty, 1089TextElement.BackgroundProperty, 1106TextElement.BackgroundProperty, 1129TextElement.BackgroundProperty, 1146TextElement.BackgroundProperty, 1153TextElement.BackgroundProperty,
src\Framework\System\windows\Documents\TextSelection.cs (1)
1651backgroundPropertyValue = ((TextSelection)focusedTextSelection).GetCurrentValue(TextElement.BackgroundProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3631DependencyProperty dp = System.Windows.Documents.TextElement.BackgroundProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1913return System.Windows.Documents.TextElement.BackgroundProperty;