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