7 references to EffectiveOffsetInformationField
PresentationFramework (7)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (7)
3176EffectiveOffsets = (offsetHost != null) ? EffectiveOffsetInformationField.GetValue(offsetHost) : null 3469EffectiveOffsets = (offsetHost != null) ? EffectiveOffsetInformationField.GetValue(offsetHost) : null 4446List<Double> offsetList = EffectiveOffsetInformationField.GetValue(container); 4496EffectiveOffsetInformationField.ClearValue(container); 5578List<Double> childOffsetList = EffectiveOffsetInformationField.GetValue(firstContainer); 5593List<Double> offsetList = EffectiveOffsetInformationField.GetValue(container); 5613EffectiveOffsetInformationField.SetValue(container, offsetList);