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