9 references to GetInheritableProperties
PresentationFramework (9)
System\Windows\Controls\RichTextBox.cs (2)
638
DependencyProperty[] inheritableFormattingProperties = TextSchema.
GetInheritableProperties
(typeof(FlowDocument));
665
DependencyProperty[] inheritableFormattingProperties = TextSchema.
GetInheritableProperties
(typeof(FlowDocument));
System\Windows\Documents\TextRangeEdit.cs (2)
95
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(Inline));
348
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(Span));
System\Windows\Documents\TextRangeEditTables.cs (1)
2298
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(Paragraph));
System\Windows\Documents\TextRangeSerialization.cs (3)
731
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(FlowDocument));
780
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(elementTypeStandardized);
964
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(elementTypeStandardized);
System\windows\Documents\TextSelection.cs (1)
1480
DependencyProperty[] inheritableProperties = TextSchema.
GetInheritableProperties
(typeof(Inline));