9 references to GetInheritableProperties
PresentationFramework (9)
System\Windows\Controls\RichTextBox.cs (2)
634DependencyProperty[] inheritableFormattingProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument)); 661DependencyProperty[] inheritableFormattingProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument));
System\Windows\Documents\TextRangeEdit.cs (2)
93DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Inline)); 346DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Span));
System\Windows\Documents\TextRangeEditTables.cs (1)
2296DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Paragraph));
System\Windows\Documents\TextRangeSerialization.cs (3)
725DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(FlowDocument)); 774DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(elementTypeStandardized); 958DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(elementTypeStandardized);
System\windows\Documents\TextSelection.cs (1)
1477DependencyProperty[] inheritableProperties = TextSchema.GetInheritableProperties(typeof(Inline));