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