30 references to Property
PresentationFramework (29)
src\Framework\MS\Internal\DataStreams.cs (4)
132
FrameworkPropertyMetadata metadata = localValueEntry.
Property
.GetMetadata(element.DependencyObjectType) as FrameworkPropertyMetadata;
148
if (object.ReferenceEquals(localValueEntry.
Property
, Frame.SourceProperty))
156
object currentValue = element.GetValue(localValueEntry.
Property
);
179
subStreams.Add(new SubStream(localValueEntry.
Property
.Name, bytes));
src\Framework\System\Windows\Data\BindingOperations.cs (2)
271
if (IsDataBound(target, entry.
Property
))
273
batch.Add(entry.
Property
);
src\Framework\System\Windows\Documents\TextContainer.cs (6)
309
if (property.
Property
.Name == "CachedSource")
316
if (property.
Property
.ReadOnly)
324
if (property.
Property
== Run.TextProperty)
333
textElement.SetValue(property.
Property
, expr.Value);
337
textElement.SetValue(property.
Property
, property.Value);
3261
properties[count++] = valuesEnumerator.Current.
Property
;
src\Framework\System\Windows\Documents\TextRangeEdit.cs (3)
477
DependencyProperty property = properties.Current.
Property
;
485
inline.ClearValue(properties.Current.
Property
);
1807
hasLocalValues = !enumerator.Current.
Property
.ReadOnly;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (6)
2242
if (!propertyEntry.
Property
.ReadOnly)
2244
newRow.SetValue(propertyEntry.
Property
, propertyEntry.Value);
2277
if (propertyEntry.
Property
== TableCell.RowSpanProperty && !copyRowSpan ||
2278
propertyEntry.
Property
== TableCell.ColumnSpanProperty && !copyColumnSpan)
2285
if (!propertyEntry.
Property
.ReadOnly)
2287
newCell.SetValue(propertyEntry.
Property
, propertyEntry.Value);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
976
DependencyProperty locallySetProperty = (DependencyProperty)locallySetProperties.Current.
Property
;
1098
string complexPropertyName = GetPropertyNameForElement(propertyEntry.
Property
, elementType, /*forceComplexName:*/true);
1593
DependencyProperty property = propertyEntry.
Property
;
src\Framework\System\windows\Documents\TextSelection.cs (2)
1567
Invariant.Assert(TextSchema.IsCharacterProperty(propertyEntry.
Property
));
1568
base.ApplyPropertyValue(propertyEntry.
Property
, propertyEntry.Value);
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
142
if (!propertyEntry.
Property
.ReadOnly)
144
newTableColumn.SetValue(propertyEntry.
Property
, propertyEntry.Value);
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
147
DependencyProperty dp = valuesEnumerator.Current.
Property
;
WindowsBase (1)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
118
DependencyProperty dp = localEnum.Current.
Property
;