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