9 references to GetInheritableProperties
PresentationFramework (9)
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
652DependencyProperty[] inheritableFormattingProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument)); 679DependencyProperty[] inheritableFormattingProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument));
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
97DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Inline)); 350DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Span));
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
2301DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Paragraph));
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
737DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument)); 786DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(elementTypeStandardized); 971DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(elementTypeStandardized);
src\Framework\System\windows\Documents\TextSelection.cs (1)
1483DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Inline));