1 instantiation of PropertyRecord
PresentationFramework (1)
System\Windows\Documents\TextTreeUndo.cs (1)
63record = new PropertyRecord();
13 references to PropertyRecord
PresentationFramework (13)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
407internal ElementContentContainer(Type elementType, PropertyRecord[] localValues, ResourceDictionary resources, ContentContainer childContainer) 451private readonly PropertyRecord []_localValues; 463internal TableElementContentContainer(Table table, PropertyRecord []localValues, ContentContainer childContainer) :
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
101private readonly PropertyRecord []_localValues;
System\Windows\Documents\TextTreePropertyUndoUnit.cs (2)
27internal TextTreePropertyUndoUnit(TextContainer tree, int symbolOffset, PropertyRecord propertyRecord) : base(tree, symbolOffset) 76private readonly PropertyRecord _propertyRecord;
System\Windows\Documents\TextTreeUndo.cs (1)
56PropertyRecord record;
System\Windows\Documents\TextTreeUndoUnit.cs (6)
132internal static PropertyRecord[] GetPropertyRecordArray(DependencyObject d) 135PropertyRecord[] records = new PropertyRecord[valuesEnumerator.Count]; 153PropertyRecord[] trimmedResult; 156trimmedResult = new PropertyRecord[count]; 172internal static LocalValueEnumerator ArrayToLocalValueEnumerator(PropertyRecord[] records)