23 references to SetPropertyFlags
PresentationFramework (23)
System\Windows\Controls\Page.cs (23)
170
PropertyIsSet(
SetPropertyFlags
.WindowTitle);
175
PropertyIsSet(
SetPropertyFlags
.WindowTitle);
201
return IsPropertySet(
SetPropertyFlags
.WindowTitle);
225
PropertyIsSet(
SetPropertyFlags
.WindowHeight);
233
PropertyIsSet(
SetPropertyFlags
.WindowHeight);
277
PropertyIsSet(
SetPropertyFlags
.WindowWidth);
285
PropertyIsSet(
SetPropertyFlags
.WindowWidth);
349
((Page)d).PropertyIsSet(
SetPropertyFlags
.Title);
383
PropertyIsSet(
SetPropertyFlags
.ShowsNavigationUI);
388
PropertyIsSet(
SetPropertyFlags
.ShowsNavigationUI);
778
if (IsPropertySet(
SetPropertyFlags
.WindowTitle))
782
if (IsPropertySet(
SetPropertyFlags
.WindowHeight) && (! _currentIws.UserResized))
787
if (IsPropertySet(
SetPropertyFlags
.WindowWidth) && (! _currentIws.UserResized))
792
if (IsPropertySet(
SetPropertyFlags
.ShowsNavigationUI))
816
private bool IsPropertySet(
SetPropertyFlags
property)
821
private void PropertyIsSet(
SetPropertyFlags
property)
834
return IsPropertySet(
SetPropertyFlags
.WindowTitle);
844
return IsPropertySet(
SetPropertyFlags
.WindowHeight);
854
return IsPropertySet(
SetPropertyFlags
.WindowWidth);
864
return IsPropertySet(
SetPropertyFlags
.Title);
874
return IsPropertySet(
SetPropertyFlags
.ShowsNavigationUI);
929
private
SetPropertyFlags
_setPropertyFlags =
SetPropertyFlags
.None;