5 implementations of GetValue
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
287
object ITextPointer.
GetValue
(DependencyProperty formattingProperty)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
148
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\FixedTextPointer.cs (1)
198
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\NullTextNavigator.cs (1)
140
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\TextPointer.cs (1)
2500
object ITextPointer.
GetValue
(DependencyProperty formattingProperty)
70 references to GetValue
PresentationFramework (70)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (4)
808
flowDirection = (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
837
return (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
844
return (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
869
flowDirection = (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
System\Windows\Controls\PasswordTextContainer.cs (1)
283
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Controls\TextRangeAdaptor.cs (28)
52
TextEffectCollection effects = tp.
GetValue
(TextElement.TextEffectsProperty) as TextEffectCollection;
63
return ColorFromBrush(tp.
GetValue
(TextElement.BackgroundProperty));
73
object val = tp.
GetValue
(List.MarkerStyleProperty);
112
FontCapitals capsWCP = (FontCapitals)tp.
GetValue
(Typography.CapitalsProperty);
152
object val = tp.
GetValue
(FrameworkElement.LanguageProperty);
163
return GetFontFamilyName((FontFamily)tp.
GetValue
(TextElement.FontFamilyProperty), tp);
173
return NativeObjectLengthToPoints((double)tp.
GetValue
(TextElement.FontSizeProperty));
183
FontWeight fontWeight = (FontWeight)tp.
GetValue
(TextElement.FontWeightProperty);
194
return ColorFromBrush(tp.
GetValue
(TextElement.ForegroundProperty));
204
TextAlignment alignmentWCP = (TextAlignment)tp.
GetValue
(Block.TextAlignmentProperty);
232
return NativeObjectLengthToPoints((double)tp.
GetValue
(Paragraph.TextIndentProperty));
242
Thickness padding = (Thickness)tp.
GetValue
(Block.PaddingProperty);
253
Thickness padding = (Thickness)tp.
GetValue
(Block.PaddingProperty);
271
FontStyle style = (FontStyle)tp.
GetValue
(TextElement.FontStyleProperty);
298
FontVariants fontVariants = (FontVariants)tp.
GetValue
(Typography.VariantsProperty);
309
FontVariants fontVariants = (FontVariants)tp.
GetValue
(Typography.VariantsProperty);
320
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
331
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
342
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
353
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
371
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
382
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
393
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
404
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
415
FlowDirection flowWCP = (FlowDirection)tp.
GetValue
(FrameworkElement.FlowDirectionProperty);
437
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
448
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
1279
(XmlLanguage)context.
GetValue
(FrameworkElement.LanguageProperty) :
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
179
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
145
/// <see cref="ITextPointer.
GetValue
"/>
734
/// <see cref="ITextPointer.
GetValue
"/>
741
return thisTp.ChildPointer.
GetValue
(property);
System\Windows\Documents\FixedTextContainer.cs (1)
164
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\FixedTextPointer.cs (1)
195
/// <see cref="ITextPointer.
GetValue
"/>
System\Windows\Documents\NullTextContainer.cs (1)
152
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\NullTextNavigator.cs (1)
137
/// <see cref="ITextPointer.
GetValue
"/>
System\Windows\Documents\Speller.cs (1)
1513
language = (XmlLanguage)position.
GetValue
(FrameworkElement.LanguageProperty);
System\windows\Documents\TextEditor.cs (2)
482
XmlLanguage language = (XmlLanguage)((ITextPointer)range.Start).
GetValue
(FrameworkElement.LanguageProperty);
505
FlowDirection currentFlowDirection = (FlowDirection)((ITextPointer)range.Start).
GetValue
(FrameworkElement.FlowDirectionProperty);
System\windows\Documents\TextEditorDragDrop.cs (1)
430
object fontStylePropertyValue = dragPosition.
GetValue
(TextElement.FontStyleProperty);
System\windows\Documents\TextEditorSelection.cs (3)
2044
FlowDirection flowDirection = (FlowDirection)position.
GetValue
(FlowDocument.FlowDirectionProperty);
2257
double breakWidth = (double)innerMovingPosition.
GetValue
(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier;
2447
return (FlowDirection)navigator.
GetValue
(FrameworkElement.FlowDirectionProperty);
System\windows\Documents\TextEditorSpelling.cs (1)
164
XmlLanguage language = (XmlLanguage)spellingError.Start.
GetValue
(FrameworkElement.LanguageProperty);
System\Windows\Documents\TextRange.cs (1)
1665
(FlowDirection)textSegment.Start.
GetValue
(Paragraph.FlowDirectionProperty) == FlowDirection.RightToLeft)
System\Windows\Documents\TextRangeBase.cs (3)
440
value = pointer.
GetValue
(formattingProperty);
483
object value = position.
GetValue
(formattingProperty);
505
startValue = thisRange.Start.
GetValue
(formattingProperty);
System\Windows\Documents\TextRangeEdit.cs (1)
498
object outerContextValue = ((ITextPointer)source.ElementStart).
GetValue
(nonFormattingCharacterProperties[i]);
System\Windows\Documents\TextRangeSerialization.cs (6)
786
object innerValue = context.
GetValue
(property);
797
outerValue = outerContext.
GetValue
(property);
852
propertyValue = context.
GetValue
(property);
860
propertyValue = context.
GetValue
(property);
878
propertyValue = parentContext.
GetValue
(property);
1732
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.
GetValue
(Inline.TextDecorationsProperty)))
System\windows\Documents\TextSelection.cs (5)
510
FlowDirection initialFlowDirection = (FlowDirection)caretPosition.
GetValue
(FrameworkElement.FlowDirectionProperty);
515
initialFlowDirection == (FlowDirection)caretPosition.
GetValue
(FrameworkElement.FlowDirectionProperty) &&
1435
propertyValue = this.PropertyPosition.
GetValue
(formattingProperty);
1992
FlowDirection paragraphFlowDirection = (FlowDirection)cursorPosition.
GetValue
(Block.FlowDirectionProperty);
2267
FlowDirection flowDirection = (FlowDirection)focusedTextSelection.Start.
GetValue
(FrameworkElement.FlowDirectionProperty);
System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
108
return ((SolidColorBrush)position.
GetValue
(TextElement.ForegroundProperty)).Color;
System\Windows\Documents\TextStore.cs (4)
878
PrepareAttributes((InputScope)position.
GetValue
(InputMethod.InputScopeProperty),
879
(double)position.
GetValue
(TextElement.FontSizeProperty),
880
(FontFamily)position.
GetValue
(TextElement.FontFamilyProperty),
881
(XmlLanguage)position.
GetValue
(FrameworkContentElement.LanguageProperty),