7 references to GetNoninheritableProperties
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
138
DependencyProperty[] noninheritableProperties = TextSchema.
GetNoninheritableProperties
(typeof(Span));
375
DependencyProperty[] nonInheritableProperties = TextSchema.
GetNoninheritableProperties
(typeof(Span));
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
2302
DependencyProperty[] nonInheritableProperties = TextSchema.
GetNoninheritableProperties
(typeof(Paragraph));
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
843
DependencyProperty[] elementProperties = TextSchema.
GetNoninheritableProperties
(elementTypeStandardized);
972
DependencyProperty[] nonInheritableProperties = TextSchema.
GetNoninheritableProperties
(elementTypeStandardized);
1146
DependencyProperty[] elementProperties = TextSchema.
GetNoninheritableProperties
(elementTypeStandardized);
src\Framework\System\windows\Documents\TextSelection.cs (1)
1484
DependencyProperty[] noninheritableProperties = TextSchema.
GetNoninheritableProperties
(typeof(Span));