9 references to GetInheritableProperties
PresentationFramework (9)
System\Windows\Controls\RichTextBox.cs (2)
635
DependencyProperty[] inheritableFormattingProperties = TextSchema.
GetInheritableProperties
(typeof(FlowDocument));
662
DependencyProperty[] inheritableFormattingProperties = TextSchema.
GetInheritableProperties
(typeof(FlowDocument));
System\Windows\Documents\TextRangeEdit.cs (2)
92
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(Inline));
345
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(Span));
System\Windows\Documents\TextRangeEditTables.cs (1)
2299
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(Paragraph));
System\Windows\Documents\TextRangeSerialization.cs (3)
724
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(FlowDocument));
773
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(elementTypeStandardized);
957
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(elementTypeStandardized);
System\windows\Documents\TextSelection.cs (1)
1461
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(Inline));