2 writes to IsRequestingExpression
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElement.cs (2)
2053
this.
IsRequestingExpression
= true;
2057
this.
IsRequestingExpression
= false;
1 reference to IsRequestingExpression
PresentationFramework (1)
src\Framework\System\Windows\StyleHelper.cs (1)
2929
bool isRequestingExpression = (feChild != null) ? feChild.
IsRequestingExpression
: fceChild.IsRequestingExpression;