13 references to Value
PresentationFramework (13)
src\Framework\MS\Internal\DataStreams.cs (1)
143if (metadata.Journal && (!(localValueEntry.Value is Expression)))
src\Framework\System\Windows\Documents\TextContainer.cs (2)
329BindingExpressionBase expr = property.Value as BindingExpressionBase; 337textElement.SetValue(property.Property, property.Value);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
2244newRow.SetValue(propertyEntry.Property, propertyEntry.Value); 2287newCell.SetValue(propertyEntry.Property, propertyEntry.Value);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (5)
1104string complexPropertyXml = System.Windows.Markup.XamlWriter.Save(propertyEntry.Value); 1601ApplyContextualProperty(typeof(Block), start, end, property, propertyEntry.Value); 1605ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value); 1610ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value); 1614ApplyContextualProperty(typeof(Block), start, end, property, propertyEntry.Value);
src\Framework\System\windows\Documents\TextSelection.cs (1)
1568base.ApplyPropertyValue(propertyEntry.Property, propertyEntry.Value);
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
144newTableColumn.SetValue(propertyEntry.Property, propertyEntry.Value);
src\Framework\System\Windows\TreeWalkHelper.cs (1)
710ResourceReferenceExpression resource = localValues.Current.Value as ResourceReferenceExpression;