2 writes to _errorContent
PresentationFramework (2)
src\Framework\System\Windows\Controls\ValidationError.cs (2)
47
_errorContent
= errorContent;
89
_errorContent
= value;
1 reference to _errorContent
PresentationFramework (1)
src\Framework\System\Windows\Controls\ValidationError.cs (1)
84
return
_errorContent
;