5 implementations of GetValue
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
289
object ITextPointer.
GetValue
(DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
152
object ITextPointer.
GetValue
(DependencyProperty property)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
207
object ITextPointer.
GetValue
(DependencyProperty property)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
142
object ITextPointer.
GetValue
(DependencyProperty property)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2520
object ITextPointer.
GetValue
(DependencyProperty formattingProperty)
70 references to GetValue
PresentationFramework (70)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (4)
830
flowDirection = (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
859
return (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
866
return (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
891
flowDirection = (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
289
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (28)
60
TextEffectCollection effects = tp.
GetValue
(TextElement.TextEffectsProperty) as TextEffectCollection;
71
return ColorFromBrush(tp.
GetValue
(TextElement.BackgroundProperty));
81
object val = tp.
GetValue
(List.MarkerStyleProperty);
120
FontCapitals capsWCP = (FontCapitals)tp.
GetValue
(Typography.CapitalsProperty);
160
object val = tp.
GetValue
(FrameworkElement.LanguageProperty);
171
return GetFontFamilyName((FontFamily)tp.
GetValue
(TextElement.FontFamilyProperty), tp);
181
return NativeObjectLengthToPoints((double)tp.
GetValue
(TextElement.FontSizeProperty));
191
FontWeight fontWeight = (FontWeight)tp.
GetValue
(TextElement.FontWeightProperty);
202
return ColorFromBrush(tp.
GetValue
(TextElement.ForegroundProperty));
212
TextAlignment alignmentWCP = (TextAlignment)tp.
GetValue
(Block.TextAlignmentProperty);
240
return NativeObjectLengthToPoints((double)tp.
GetValue
(Paragraph.TextIndentProperty));
250
Thickness padding = (Thickness)tp.
GetValue
(Block.PaddingProperty);
261
Thickness padding = (Thickness)tp.
GetValue
(Block.PaddingProperty);
279
FontStyle style = (FontStyle)tp.
GetValue
(TextElement.FontStyleProperty);
306
FontVariants fontVariants = (FontVariants)tp.
GetValue
(Typography.VariantsProperty);
317
FontVariants fontVariants = (FontVariants)tp.
GetValue
(Typography.VariantsProperty);
328
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
339
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
350
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
361
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
379
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
390
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
401
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
412
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
423
FlowDirection flowWCP = (FlowDirection)tp.
GetValue
(FrameworkElement.FlowDirectionProperty);
445
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
456
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
1288
(XmlLanguage)context.
GetValue
(FrameworkElement.LanguageProperty) :
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
183
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
149
/// <see cref="ITextPointer.
GetValue
"/>
741
/// <see cref="ITextPointer.
GetValue
"/>
751
return thisTp.ChildPointer.
GetValue
(property);
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
168
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
204
/// <see cref="ITextPointer.
GetValue
"/>
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
155
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
139
/// <see cref="ITextPointer.
GetValue
"/>
src\Framework\System\Windows\Documents\Speller.cs (1)
1608
language = (XmlLanguage)position.
GetValue
(FrameworkElement.LanguageProperty);
src\Framework\System\windows\Documents\TextEditor.cs (2)
497
XmlLanguage language = (XmlLanguage)((ITextPointer)range.Start).
GetValue
(FrameworkElement.LanguageProperty);
520
FlowDirection currentFlowDirection = (FlowDirection)((ITextPointer)range.Start).
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
442
object fontStylePropertyValue = dragPosition.
GetValue
(TextElement.FontStyleProperty);
src\Framework\System\windows\Documents\TextEditorSelection.cs (3)
2053
FlowDirection flowDirection = (FlowDirection)position.
GetValue
(FlowDocument.FlowDirectionProperty);
2266
double breakWidth = (double)innerMovingPosition.
GetValue
(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier;
2456
return (FlowDirection)navigator.
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
166
XmlLanguage language = (XmlLanguage)spellingError.Start.
GetValue
(FrameworkElement.LanguageProperty);
src\Framework\System\Windows\Documents\TextRange.cs (1)
1662
(FlowDirection)textSegment.Start.
GetValue
(Paragraph.FlowDirectionProperty) == FlowDirection.RightToLeft)
src\Framework\System\Windows\Documents\TextRangeBase.cs (3)
451
value = pointer.
GetValue
(formattingProperty);
494
object value = position.
GetValue
(formattingProperty);
516
startValue = thisRange.Start.
GetValue
(formattingProperty);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
500
object outerContextValue = ((ITextPointer)source.ElementStart).
GetValue
(nonFormattingCharacterProperties[i]);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (6)
792
object innerValue = context.
GetValue
(property);
803
outerValue = outerContext.
GetValue
(property);
858
propertyValue = context.
GetValue
(property);
866
propertyValue = context.
GetValue
(property);
884
propertyValue = parentContext.
GetValue
(property);
1752
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.
GetValue
(Inline.TextDecorationsProperty)))
src\Framework\System\windows\Documents\TextSelection.cs (5)
513
FlowDirection initialFlowDirection = (FlowDirection)caretPosition.
GetValue
(FrameworkElement.FlowDirectionProperty);
518
initialFlowDirection == (FlowDirection)caretPosition.
GetValue
(FrameworkElement.FlowDirectionProperty) &&
1438
propertyValue = this.PropertyPosition.
GetValue
(formattingProperty);
2000
FlowDirection paragraphFlowDirection = (FlowDirection)cursorPosition.
GetValue
(Block.FlowDirectionProperty);
2275
FlowDirection flowDirection = (FlowDirection)focusedTextSelection.Start.
GetValue
(FrameworkElement.FlowDirectionProperty);
src\Framework\System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
115
return ((SolidColorBrush)position.
GetValue
(TextElement.ForegroundProperty)).Color;
src\Framework\System\Windows\Documents\TextStore.cs (4)
741
PrepareAttributes((InputScope)position.
GetValue
(InputMethod.InputScopeProperty),
742
(double)position.
GetValue
(TextElement.FontSizeProperty),
743
(FontFamily)position.
GetValue
(TextElement.FontFamilyProperty),
744
(XmlLanguage)position.
GetValue
(FrameworkContentElement.LanguageProperty),