3 references to SavedExceptionField
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
1874
SavedExceptionField
.ClearValue(this);
1915
get { return
SavedExceptionField
.GetValue(this); }
1916
set {
SavedExceptionField
.SetValue(this, value); }