5 implementations of GetValue
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
283
object ITextPointer.
GetValue
(DependencyProperty formattingProperty)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
142
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\FixedTextPointer.cs (1)
193
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\NullTextNavigator.cs (1)
137
object ITextPointer.
GetValue
(DependencyProperty property)
System\Windows\Documents\TextPointer.cs (1)
2495
object ITextPointer.
GetValue
(DependencyProperty formattingProperty)
70 references to GetValue
PresentationFramework (70)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (4)
802
flowDirection = (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
831
return (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
838
return (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
863
flowDirection = (FlowDirection)pointer.
GetValue
(FlowDirectionProperty);
System\Windows\Controls\PasswordTextContainer.cs (1)
280
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Controls\TextRangeAdaptor.cs (28)
50
TextEffectCollection effects = tp.
GetValue
(TextElement.TextEffectsProperty) as TextEffectCollection;
61
return ColorFromBrush(tp.
GetValue
(TextElement.BackgroundProperty));
71
object val = tp.
GetValue
(List.MarkerStyleProperty);
110
FontCapitals capsWCP = (FontCapitals)tp.
GetValue
(Typography.CapitalsProperty);
150
object val = tp.
GetValue
(FrameworkElement.LanguageProperty);
161
return GetFontFamilyName((FontFamily)tp.
GetValue
(TextElement.FontFamilyProperty), tp);
171
return NativeObjectLengthToPoints((double)tp.
GetValue
(TextElement.FontSizeProperty));
181
FontWeight fontWeight = (FontWeight)tp.
GetValue
(TextElement.FontWeightProperty);
192
return ColorFromBrush(tp.
GetValue
(TextElement.ForegroundProperty));
202
TextAlignment alignmentWCP = (TextAlignment)tp.
GetValue
(Block.TextAlignmentProperty);
230
return NativeObjectLengthToPoints((double)tp.
GetValue
(Paragraph.TextIndentProperty));
240
Thickness padding = (Thickness)tp.
GetValue
(Block.PaddingProperty);
251
Thickness padding = (Thickness)tp.
GetValue
(Block.PaddingProperty);
269
FontStyle style = (FontStyle)tp.
GetValue
(TextElement.FontStyleProperty);
296
FontVariants fontVariants = (FontVariants)tp.
GetValue
(Typography.VariantsProperty);
307
FontVariants fontVariants = (FontVariants)tp.
GetValue
(Typography.VariantsProperty);
318
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
329
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
340
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
351
Thickness margin = (Thickness)tp.
GetValue
(FrameworkElement.MarginProperty);
369
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
380
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
391
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
402
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
413
FlowDirection flowWCP = (FlowDirection)tp.
GetValue
(FrameworkElement.FlowDirectionProperty);
435
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
446
object decors = tp.
GetValue
(Inline.TextDecorationsProperty);
1277
(XmlLanguage)context.
GetValue
(FrameworkElement.LanguageProperty) :
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
171
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
139
/// <see cref="ITextPointer.
GetValue
"/>
728
/// <see cref="ITextPointer.
GetValue
"/>
735
return thisTp.ChildPointer.
GetValue
(property);
System\Windows\Documents\FixedTextContainer.cs (1)
155
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\FixedTextPointer.cs (1)
190
/// <see cref="ITextPointer.
GetValue
"/>
System\Windows\Documents\NullTextContainer.cs (1)
148
return ((ITextPointer)position.Handle0).
GetValue
(formattingProperty);
System\Windows\Documents\NullTextNavigator.cs (1)
134
/// <see cref="ITextPointer.
GetValue
"/>
System\Windows\Documents\Speller.cs (1)
1509
language = (XmlLanguage)position.
GetValue
(FrameworkElement.LanguageProperty);
System\windows\Documents\TextEditor.cs (2)
476
XmlLanguage language = (XmlLanguage)((ITextPointer)range.Start).
GetValue
(FrameworkElement.LanguageProperty);
499
FlowDirection currentFlowDirection = (FlowDirection)((ITextPointer)range.Start).
GetValue
(FrameworkElement.FlowDirectionProperty);
System\windows\Documents\TextEditorDragDrop.cs (1)
413
object fontStylePropertyValue = dragPosition.
GetValue
(TextElement.FontStyleProperty);
System\windows\Documents\TextEditorSelection.cs (3)
2029
FlowDirection flowDirection = (FlowDirection)position.
GetValue
(FlowDocument.FlowDirectionProperty);
2242
double breakWidth = (double)innerMovingPosition.
GetValue
(TextElement.FontSizeProperty) * CaretElement.c_endOfParaMagicMultiplier;
2432
return (FlowDirection)navigator.
GetValue
(FrameworkElement.FlowDirectionProperty);
System\windows\Documents\TextEditorSpelling.cs (1)
163
XmlLanguage language = (XmlLanguage)spellingError.Start.
GetValue
(FrameworkElement.LanguageProperty);
System\Windows\Documents\TextRange.cs (1)
1662
(FlowDirection)textSegment.Start.
GetValue
(Paragraph.FlowDirectionProperty) == FlowDirection.RightToLeft)
System\Windows\Documents\TextRangeBase.cs (3)
437
value = pointer.
GetValue
(formattingProperty);
480
object value = position.
GetValue
(formattingProperty);
502
startValue = thisRange.Start.
GetValue
(formattingProperty);
System\Windows\Documents\TextRangeEdit.cs (1)
496
object outerContextValue = ((ITextPointer)source.ElementStart).
GetValue
(nonFormattingCharacterProperties[i]);
System\Windows\Documents\TextRangeSerialization.cs (6)
780
object innerValue = context.
GetValue
(property);
791
outerValue = outerContext.
GetValue
(property);
846
propertyValue = context.
GetValue
(property);
854
propertyValue = context.
GetValue
(property);
872
propertyValue = parentContext.
GetValue
(property);
1726
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.
GetValue
(Inline.TextDecorationsProperty)))
System\windows\Documents\TextSelection.cs (5)
507
FlowDirection initialFlowDirection = (FlowDirection)caretPosition.
GetValue
(FrameworkElement.FlowDirectionProperty);
512
initialFlowDirection == (FlowDirection)caretPosition.
GetValue
(FrameworkElement.FlowDirectionProperty) &&
1432
propertyValue = this.PropertyPosition.
GetValue
(formattingProperty);
1989
FlowDirection paragraphFlowDirection = (FlowDirection)cursorPosition.
GetValue
(Block.FlowDirectionProperty);
2264
FlowDirection flowDirection = (FlowDirection)focusedTextSelection.Start.
GetValue
(FrameworkElement.FlowDirectionProperty);
System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
99
return ((SolidColorBrush)position.
GetValue
(TextElement.ForegroundProperty)).Color;
System\Windows\Documents\TextStore.cs (4)
867
PrepareAttributes((InputScope)position.
GetValue
(InputMethod.InputScopeProperty),
868
(double)position.
GetValue
(TextElement.FontSizeProperty),
869
(FontFamily)position.
GetValue
(TextElement.FontFamilyProperty),
870
(XmlLanguage)position.
GetValue
(FrameworkContentElement.LanguageProperty),