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