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