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);
781
if (IsPropertySet(
SetPropertyFlags
.WindowTitle))
785
if (IsPropertySet(
SetPropertyFlags
.WindowHeight) && (! _currentIws.UserResized))
790
if (IsPropertySet(
SetPropertyFlags
.WindowWidth) && (! _currentIws.UserResized))
795
if (IsPropertySet(
SetPropertyFlags
.ShowsNavigationUI))
819
private bool IsPropertySet(
SetPropertyFlags
property)
824
private void PropertyIsSet(
SetPropertyFlags
property)
837
return IsPropertySet(
SetPropertyFlags
.WindowTitle);
847
return IsPropertySet(
SetPropertyFlags
.WindowHeight);
857
return IsPropertySet(
SetPropertyFlags
.WindowWidth);
867
return IsPropertySet(
SetPropertyFlags
.Title);
877
return IsPropertySet(
SetPropertyFlags
.ShowsNavigationUI);
932
private
SetPropertyFlags
_setPropertyFlags =
SetPropertyFlags
.None;