1 instantiation of PropertyRecord
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
69record = new PropertyRecord();
13 references to PropertyRecord
PresentationFramework (13)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
430internal ElementContentContainer(Type elementType, PropertyRecord[] localValues, ResourceDictionary resources, ContentContainer childContainer) 474private readonly PropertyRecord []_localValues; 486internal TableElementContentContainer(Table table, PropertyRecord []localValues, ContentContainer childContainer) :
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
104private readonly PropertyRecord []_localValues;
src\Framework\System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
33internal TextTreePropertyUndoUnit(TextContainer tree, int symbolOffset, PropertyRecord propertyRecord) : base(tree, symbolOffset) 82private readonly PropertyRecord _propertyRecord;
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
62PropertyRecord record;
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (6)
138internal static PropertyRecord[] GetPropertyRecordArray(DependencyObject d) 141PropertyRecord[] records = new PropertyRecord[valuesEnumerator.Count]; 159PropertyRecord[] trimmedResult; 162trimmedResult = new PropertyRecord[count]; 178internal static LocalValueEnumerator ArrayToLocalValueEnumerator(PropertyRecord[] records)