1 write to Length
PresentationCore (1)
System\Windows\BinaryFormat\ArrayInfo.cs (1)
25
Length
= length;
3 references to Length
PresentationCore (3)
System\Windows\BinaryFormat\ArrayInfo.cs (1)
32
writer.Write(
Length
);
System\Windows\BinaryFormat\ArrayRecord.cs (2)
42
public Count Length => ArrayInfo.
Length
;
51
if (arrayInfo.
Length
!= arrayObjects.Count)