5 implementations of GetValue
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
282
object ITextPointer.
GetValue
(DependencyProperty formattingProperty)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
139
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\FixedTextPointer.cs (1)
190
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\NullTextNavigator.cs (1)
134
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\TextPointer.cs (1)
2494
object ITextPointer.
GetValue
(DependencyProperty formattingProperty)
70 references to GetValue
PresentationFramework (70)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (4)
805
flowDirection = (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
834
return (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
841
return (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
866
flowDirection = (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
System\Windows\Controls\PasswordTextContainer.cs (1)
279
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Controls\TextRangeAdaptor.cs (28)
49
TextEffectCollection effects = tp.
GetValue
(TextElement.TextEffectsProperty) as TextEffectCollection;
60
return ColorFromBrush(tp.
GetValue
(TextElement.BackgroundProperty));
70
object val = tp.
GetValue
(List.MarkerStyleProperty);
109
FontCapitals capsWCP = (FontCapitals)tp.
GetValue
(Typography.CapitalsProperty);
149
object val = tp.
GetValue
(FrameworkElement.LanguageProperty);
160
return GetFontFamilyName((FontFamily)tp.
GetValue
(TextElement.FontFamilyProperty), tp);
170
return NativeObjectLengthToPoints((double)tp.
GetValue
(TextElement.FontSizeProperty));
180
FontWeight fontWeight = (FontWeight)tp.
GetValue
(TextElement.FontWeightProperty);
191
return ColorFromBrush(tp.
GetValue
(TextElement.ForegroundProperty));
201
TextAlignment alignmentWCP = (TextAlignment)tp.
GetValue
(Block.TextAlignmentProperty);
229
return NativeObjectLengthToPoints((double)tp.
GetValue
(Paragraph.TextIndentProperty));
239
Thickness padding = (Thickness)tp.
GetValue
(Block.PaddingProperty);
250
Thickness padding = (Thickness)tp.
GetValue
(Block.PaddingProperty);
268
FontStyle style = (FontStyle)tp.
GetValue
(TextElement.FontStyleProperty);
295
FontVariants fontVariants = (FontVariants)tp.
GetValue
(Typography.VariantsProperty);
306
FontVariants fontVariants = (FontVariants)tp.
GetValue
(Typography.VariantsProperty);
317
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
328
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
339
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
350
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
368
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
379
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
390
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
401
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
412
FlowDirection flowWCP = (FlowDirection)tp.
GetValue
(FrameworkElement.FlowDirectionProperty);
434
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
445
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
1276
(XmlLanguage)context.
GetValue
(FrameworkElement.LanguageProperty) :
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
162
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
136
/// <see cref="ITextPointer.
GetValue
"/>
724
/// <see cref="ITextPointer.
GetValue
"/>
731
return thisTp.ChildPointer.
GetValue
(property);
System\Windows\Documents\FixedTextContainer.cs (1)
147
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\FixedTextPointer.cs (1)
187
/// <see cref="ITextPointer.
GetValue
"/>
System\Windows\Documents\NullTextContainer.cs (1)
147
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\NullTextNavigator.cs (1)
131
/// <see cref="ITextPointer.
GetValue
"/>
System\Windows\Documents\Speller.cs (1)
1505
language = (XmlLanguage)position.
GetValue
(FrameworkElement.LanguageProperty);
System\windows\Documents\TextEditor.cs (2)
467
XmlLanguage language = (XmlLanguage)((ITextPointer)range.Start).
GetValue
(FrameworkElement.LanguageProperty);
490
FlowDirection currentFlowDirection = (FlowDirection)((ITextPointer)range.Start).
GetValue
(FrameworkElement.FlowDirectionProperty);
System\windows\Documents\TextEditorDragDrop.cs (1)
412
object fontStylePropertyValue = dragPosition.
GetValue
(TextElement.FontStyleProperty);
System\windows\Documents\TextEditorSelection.cs (3)
2028
FlowDirection flowDirection = (FlowDirection)position.
GetValue
(FlowDocument.FlowDirectionProperty);
2241
double breakWidth = (double)innerMovingPosition.
GetValue
(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier;
2431
return (FlowDirection)navigator.
GetValue
(FrameworkElement.FlowDirectionProperty);
System\windows\Documents\TextEditorSpelling.cs (1)
162
XmlLanguage language = (XmlLanguage)spellingError.Start.
GetValue
(FrameworkElement.LanguageProperty);
System\Windows\Documents\TextRange.cs (1)
1654
(FlowDirection)textSegment.Start.
GetValue
(Paragraph.FlowDirectionProperty) == FlowDirection.RightToLeft)
System\Windows\Documents\TextRangeBase.cs (3)
436
value = pointer.
GetValue
(formattingProperty);
479
object value = position.
GetValue
(formattingProperty);
501
startValue = thisRange.Start.
GetValue
(formattingProperty);
System\Windows\Documents\TextRangeEdit.cs (1)
495
object outerContextValue = ((ITextPointer)source.ElementStart).
GetValue
(nonFormattingCharacterProperties[i]);
System\Windows\Documents\TextRangeSerialization.cs (6)
779
object innerValue = context.
GetValue
(property);
790
outerValue = outerContext.
GetValue
(property);
845
propertyValue = context.
GetValue
(property);
853
propertyValue = context.
GetValue
(property);
871
propertyValue = parentContext.
GetValue
(property);
1725
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.
GetValue
(Inline.TextDecorationsProperty)))
System\windows\Documents\TextSelection.cs (5)
494
FlowDirection initialFlowDirection = (FlowDirection)caretPosition.
GetValue
(FrameworkElement.FlowDirectionProperty);
499
initialFlowDirection == (FlowDirection)caretPosition.
GetValue
(FrameworkElement.FlowDirectionProperty) &&
1416
propertyValue = this.PropertyPosition.
GetValue
(formattingProperty);
1973
FlowDirection paragraphFlowDirection = (FlowDirection)cursorPosition.
GetValue
(Block.FlowDirectionProperty);
2248
FlowDirection flowDirection = (FlowDirection)focusedTextSelection.Start.
GetValue
(FrameworkElement.FlowDirectionProperty);
System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
98
return ((SolidColorBrush)position.
GetValue
(TextElement.ForegroundProperty)).Color;
System\Windows\Documents\TextStore.cs (4)
866
PrepareAttributes((InputScope)position.
GetValue
(InputMethod.InputScopeProperty),
867
(double)position.
GetValue
(TextElement.FontSizeProperty),
868
(FontFamily)position.
GetValue
(TextElement.FontFamilyProperty),
869
(XmlLanguage)position.
GetValue
(FrameworkContentElement.LanguageProperty),