1 write to SharesProposedValues
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7571ItemBindingGroup.SharesProposedValues = true;
3 references to SharesProposedValues
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
1762if (bgCandidate.SharesProposedValues && TraceData.IsEnabled) 1830if (bg.SharesProposedValues && TraceData.IsEnabled)
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1369if (SharesProposedValues && root.NeedsValidation)